Add missing command of adding admin role to gnocchi
Add command to add gnocchi user to service project with admin role. Change-Id: I856e8346244c0b87a1a849d60c6c02ecc1ec935b Closes-Bug: #1715855
This commit is contained in:
parent
60a96b3dc5
commit
d8818de30d
@ -83,6 +83,16 @@
|
||||
| type | metric |
|
||||
+-------------+----------------------------------+
|
||||
|
||||
* Add the ``admin`` role to the ``gnocchi`` user.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ openstack role add --project service --user gnocchi admin
|
||||
|
||||
.. note::
|
||||
|
||||
This command provides no output.
|
||||
|
||||
* Create the Metric service API endpoints:
|
||||
|
||||
.. code-block:: console
|
||||
|
Loading…
Reference in New Issue
Block a user