summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install-guide/source/install-base-prereq-common.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/install-guide/source/install-base-prereq-common.inc b/install-guide/source/install-base-prereq-common.inc
index debe072a..c036d335 100644
--- a/install-guide/source/install-base-prereq-common.inc
+++ b/install-guide/source/install-base-prereq-common.inc
@@ -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