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:
Alexander Chadin 2017-09-08 14:12:19 +03:00
parent 60a96b3dc5
commit d8818de30d

View File

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