summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Chadin <a.chadin@servionica.ru>2017-09-08 14:12:19 +0300
committerHanxi Liu <hanxi.liu@easystack.cn>2017-12-14 06:56:55 +0000
commit08fc9d01c10dc00729e2553981e4abc254ac97c4 (patch)
treedcb7aa497981f618a87e8b51fa0e8abff6987ba0
parentd9340c88f0618d40b2959ab09a53c518f3a91de5 (diff)
downloadceilometer-08fc9d01c10dc00729e2553981e4abc254ac97c4.tar.gz
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 d8818de30d3afc202c9c5bd23ebbc4ef16961e33)
-rw-r--r--doc/source/install/install-base-prereq-common.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/install/install-base-prereq-common.inc b/doc/source/install/install-base-prereq-common.inc
index debe072a..c036d335 100644
--- a/doc/source/install/install-base-prereq-common.inc
+++ b/doc/source/install/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