From a25be6498ca76fe6f25474cfc4b0bfc227095a63 Mon Sep 17 00:00:00 2001 From: gaozx Date: Wed, 13 Sep 2017 16:38:50 +0800 Subject: [PATCH] Fix incorrect config section name of configure doc Change-Id: I3d1e602f3a4beace516c56979b3b21b5683c1b0a --- doc/source/install/common_configure.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/install/common_configure.rst b/doc/source/install/common_configure.rst index aa3aab919..0df41c8ca 100644 --- a/doc/source/install/common_configure.rst +++ b/doc/source/install/common_configure.rst @@ -39,12 +39,12 @@ Replace WATCHER_PASS with the password you chose for the watcher user in the Identity service. * Watcher interacts with other OpenStack projects via project clients, in order to instantiate these - clients, Watcher requests new session from Identity service. In the `[watcher_client_auth]` section, + clients, Watcher requests new session from Identity service. In the `[watcher_clients_auth]` section, configure the identity service access to interact with other OpenStack project clients. .. code-block:: ini - [watcher_client_auth] + [watcher_clients_auth] ... auth_type = password auth_url = http://controller:35357