From 84e871fda8af4526e336475088b4f87940c0357a Mon Sep 17 00:00:00 2001 From: gord chung Date: Thu, 6 Apr 2017 21:48:22 +0000 Subject: [PATCH] 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 --- install-guide/source/install-base-config-common.inc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/install-guide/source/install-base-config-common.inc b/install-guide/source/install-base-config-common.inc index 8a6993fd7a..fbd274aa68 100644 --- a/install-guide/source/install-base-config-common.inc +++ b/install-guide/source/install-base-config-common.inc @@ -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