From 71e50362de6481eb03154a26848903f788f44581 Mon Sep 17 00:00:00 2001 From: prankul Date: Tue, 18 Dec 2018 12:05:57 +0530 Subject: Added missing Ceilometer configuration step for controller in docs. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Rafael Weingärtner Change-Id: I7f614624ab732be4919298ce23de192555a7fb18 Reference: https://docs.openstack.org/ceilometer/latest/install/install-base-ubuntu.html Closes-bug: #1802918 --- doc/source/install/install-base-prereq-common.inc | 16 ++++++++++++++++ doc/source/install/install-base-ubuntu.rst | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.1