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
(cherry picked from commit d8818de30d)
Closes-Bug: #1738072
This commit is contained in:
hanxi.liu 2017-12-14 15:03:55 +08:00 committed by Hanxi_Liu
parent 6385f71437
commit 24e72132e7
1 changed files with 10 additions and 0 deletions

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