diff --git a/install-guide/source/install-base-config-common.inc b/install-guide/source/install-base-config-common.inc index cfe0af3329..381c920d71 100644 --- a/install-guide/source/install-base-config-common.inc +++ b/install-guide/source/install-base-config-common.inc @@ -56,6 +56,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: