diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/install/install-base-prereq-common.inc | 16 | ||||
-rw-r--r-- | doc/source/install/install-base-ubuntu.rst | 2 |
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 |