Fix incorrect config section name of configure doc

Change-Id: I3d1e602f3a4beace516c56979b3b21b5683c1b0a
This commit is contained in:
gaozx 2017-09-13 16:38:50 +08:00
parent 8e372ee153
commit a25be6498c

View File

@ -39,12 +39,12 @@
Replace WATCHER_PASS with the password you chose for the watcher user in the Identity service. 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 * 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. configure the identity service access to interact with other OpenStack project clients.
.. code-block:: ini .. code-block:: ini
[watcher_client_auth] [watcher_clients_auth]
... ...
auth_type = password auth_type = password
auth_url = http://controller:35357 auth_url = http://controller:35357