[Documentation] Specify the name of the irc server.

Indicate on which server the channel irc is located. That will be better
to use a footnote for this information, but reStructuredText doesn't
support this feature at the moment.

Change-Id: I763c3860c2200f841ef009e3ccf9bb3e7e0e6978
Related-Bug: #1804642
This commit is contained in:
Natal Ngétal 2018-11-29 12:25:51 +01:00
parent 7ba13b4310
commit 938a5732ed
1 changed files with 5 additions and 5 deletions

View File

@ -107,16 +107,17 @@ interface functions along side the command line interface.
tripleo-heat-templates.
- New features should be reviewed by cores who have knowledge in that area of
the codebase.
- One should consider logging and support implications. If you have new logs,
- One should consider logging and support implications. If you have new logs,
would they be available via sosreport.
- Error messages are easy to understand and work their way back to the user
(stack traces are not sufficient).
- Documentation should be updated if necessary. New features need a
- Documentation should be updated if necessary. New features need a
tripleo-docs patch.
- If any new dependencies are used for your feature, be sure they are properly
packaged and available in RDO. You can ask on #rdo for help with this.
packaged and available in RDO. You can ask on #rdo (on freenode server) for
help with this.
- If a Mistral workflow changes between releases, make version notes so that
users know how they might have to update their workflow call. Make sure it's
users know how they might have to update their workflow call. Make sure it's
backwards-compatible, or have at least one cycle deprecation period before
removing the old way of doing things.
@ -132,4 +133,3 @@ services.
Please see the following guide on how to set up a containerized undercloud:
https://docs.openstack.org/tripleo-docs/latest/install/containers_deployment/undercloud.html