From 4465d957601af12b9ae64137695f8b2f1f7367d1 Mon Sep 17 00:00:00 2001 From: gord chung Date: Tue, 13 Jun 2017 19:43:11 +0000 Subject: [PATCH] add instruction to set auth_mode we need auth_mode set in gnocchi3.1+ or else it won't use keystone Change-Id: I3fb8173dd4637514c06f7fec6cd86aa42038120f (cherry picked from commit b8960479ac7cc0190f308a99f0ab5a7e9f550e31) --- install-guide/source/install-base-config-common.inc | 7 +++++++ 1 file changed, 7 insertions(+) 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: