diff --git a/install-guide/source/install-base-config-common.inc b/install-guide/source/install-base-config-common.inc index fbd274aa68..d478bf6234 100644 --- a/install-guide/source/install-base-config-common.inc +++ b/install-guide/source/install-base-config-common.inc @@ -44,6 +44,13 @@ 3. Edit the ``/etc/gnocchi/gnocchi.conf`` file and add Keystone options: + * In the ``[api]`` section, configure gnocchi to use keystone: + + .. code-block:: ini + + [api] + auth_mode = keystone + * In the ``[keystone_authtoken]`` section, configure keystone authentication: