summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-07-21 08:56:36 +0000
committerGerrit Code Review <review@openstack.org>2020-07-21 08:56:36 +0000
commitcf7efe1f2477294f7c19faf56439dd12c3e1cda0 (patch)
tree4cc17dbb19105d7be677b7a6ce4738559830cb0f /doc
parent2200094295ad382dd804edfbf963b1e1106aa271 (diff)
parent71e50362de6481eb03154a26848903f788f44581 (diff)
downloadceilometer-cf7efe1f2477294f7c19faf56439dd12c3e1cda0.tar.gz
Merge "Added missing Ceilometer configuration step for controller in docs."
Diffstat (limited to 'doc')
-rw-r--r--doc/source/install/install-base-prereq-common.inc16
-rw-r--r--doc/source/install/install-base-ubuntu.rst2
2 files changed, 17 insertions, 1 deletions
diff --git a/doc/source/install/install-base-prereq-common.inc b/doc/source/install/install-base-prereq-common.inc
index c303799b..c036d335 100644
--- a/doc/source/install/install-base-prereq-common.inc
+++ b/doc/source/install/install-base-prereq-common.inc
@@ -33,6 +33,22 @@
This command provides no output.
+ * Create the ``ceilometer`` service entity:
+
+ .. code-block:: console
+
+ $ openstack service create --name ceilometer \
+ --description "Telemetry" metering
+ +-------------+----------------------------------+
+ | Field | Value |
+ +-------------+----------------------------------+
+ | description | Telemetry |
+ | enabled | True |
+ | id | 5fb7fd1bb2954fddb378d4031c28c0e4 |
+ | name | ceilometer |
+ | type | metering |
+ +-------------+----------------------------------+
+
3. Register Gnocchi service in Keystone:
* Create the ``gnocchi`` user:
diff --git a/doc/source/install/install-base-ubuntu.rst b/doc/source/install/install-base-ubuntu.rst
index bf2a2301..ffab6013 100644
--- a/doc/source/install/install-base-ubuntu.rst
+++ b/doc/source/install/install-base-ubuntu.rst
@@ -19,7 +19,7 @@ is Gnocchi_.
Install Gnocchi
---------------
-#. Install the Gnocchi packages. Alternatively, Gnocchi can be install using
+#. Install the Gnocchi packages. Alternatively, Gnocchi can be installed using
pip:
.. code-block:: console