summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorprankul <prankul.mahajan88@gmail.com>2018-12-18 12:05:57 +0530
committerRafael Weingärtner <rafael@apache.org>2020-06-19 19:04:01 -0300
commit71e50362de6481eb03154a26848903f788f44581 (patch)
treeae04fa07bc0c85eaa7d270490844bb54faf8f4b2 /doc
parent87611fe375857990fbb084619a7ef91be39bdc03 (diff)
downloadceilometer-71e50362de6481eb03154a26848903f788f44581.tar.gz
Added missing Ceilometer configuration step for controller in docs.
Co-Authored-By: Rafael Weingärtner <rafael@apache.org> Change-Id: I7f614624ab732be4919298ce23de192555a7fb18 Reference: https://docs.openstack.org/ceilometer/latest/install/install-base-ubuntu.html Closes-bug: #1802918
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 fb8551e4..c10fdcd3 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