[Doc] Fix host option

Change-Id: I599856d2d02396f02f91ac4a607520ff60d7b033
This commit is contained in:
Alexander Chadin 2017-09-26 12:04:42 +03:00
parent a99a9ae69e
commit f516a9c3b9

View File

@ -56,6 +56,16 @@
Replace WATCHER_PASS with the password you chose for the watcher user in the Identity service.
* In the `[api]` section, configure host option.
.. code-block:: ini
[api]
...
host = controller
Replace controller with the IP address of the management network interface on your controller node, typically 10.0.0.11 for the first node in the example architecture.
* In the `[oslo_messaging_notifications]` section, configure the messaging driver.
.. code-block:: ini