From f516a9c3b99f2c01e00c8c8ecda6610fad6e4aeb Mon Sep 17 00:00:00 2001 From: Alexander Chadin Date: Tue, 26 Sep 2017 12:04:42 +0300 Subject: [PATCH] [Doc] Fix host option Change-Id: I599856d2d02396f02f91ac4a607520ff60d7b033 --- doc/source/install/common_configure.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/source/install/common_configure.rst b/doc/source/install/common_configure.rst index 0df41c8ca..c7454fb73 100644 --- a/doc/source/install/common_configure.rst +++ b/doc/source/install/common_configure.rst @@ -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