fix install-guide gnocchi+keystone instruction

gnocchi+keystone should be setting keystone configurations under
keystone_authtoken for api authentication. service_credentials is
for accessing external services

Change-Id: I4dd837b3c5c4775b5d2c6d22097bf90884712b41
This commit is contained in:
gord chung
2017-04-06 21:48:22 +00:00
parent 4c995d35cb
commit 84e871fda8

View File

@@ -44,16 +44,17 @@
3. Edit the ``/etc/gnocchi/gnocchi.conf`` file and add Keystone options:
* In the ``[service_credentials]`` section, configure service credentials:
* In the ``[keystone_authtoken]`` section, configure keystone
authentication:
.. code-block:: ini
[service_credentials]
[keystone_authtoken]
...
auth_type = password
auth_url = http://controller:5000/v3
project_domain_id = default
user_domain_id = default
project_domain_name = Default
user_domain_name = Default
project_name = service
username = gnocchi
password = GNOCCHI_PASS