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 b8960479ac)
This commit is contained in:
gord chung 2017-06-13 19:43:11 +00:00 committed by gordon chung
parent 1cc4068298
commit 4465d95760
1 changed files with 7 additions and 0 deletions

View File

@ -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: