Merge "Add missing command of adding admin role to gnocchi"

This commit is contained in:
Jenkins 2017-09-08 22:40:34 +00:00 committed by Gerrit Code Review
commit f69f636ae9

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