summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhanxi.liu <hanxi.liu@easystack.cn>2017-12-14 15:03:55 +0800
committerHanxi_Liu <hanxi.liu@easystack.cn>2017-12-15 00:56:08 +0800
commit24e72132e76d38c93875757c7a56d6c651741391 (patch)
tree0b15a6b95a93591d9f497eb4b24b3582b8dd78d0
parent6385f71437abfb2d21b762fdf057b8077bd3dbbe (diff)
downloadceilometer-24e72132e76d38c93875757c7a56d6c651741391.tar.gz
Add missing command of adding admin role to gnocchi8.1.3
Add command to add gnocchi user to service project with admin role. Change-Id: I856e8346244c0b87a1a849d60c6c02ecc1ec935b Closes-Bug: #1715855 (cherry picked from commit d8818de30d3afc202c9c5bd23ebbc4ef16961e33) Closes-Bug: #1738072
-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