add instruction to set auth_mode
we need auth_mode set in gnocchi3.1+ or else it won't use keystone Change-Id: I3fb8173dd4637514c06f7fec6cd86aa42038120f
This commit is contained in:
parent
c6d64d32a2
commit
b8960479ac
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user