Fix outdated package/service name in RDO
The openstack-gnocchi package was renamed to the gnocchi package 8 years ago. The openstack- alias is no longer available in recent releases. Change-Id: Ida1c1712d8f100a2551de4dcb531c6dfdabd0233 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -24,8 +24,7 @@ Install Gnocchi
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# dnf install openstack-gnocchi-api openstack-gnocchi-metricd \
|
||||
python3-gnocchiclient
|
||||
# dnf install gnocchi-api gnocchi-metricd python3-gnocchiclient
|
||||
|
||||
.. note::
|
||||
|
||||
@@ -58,10 +57,8 @@ Finalize Gnocchi installation
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# systemctl enable openstack-gnocchi-api.service \
|
||||
openstack-gnocchi-metricd.service
|
||||
# systemctl start openstack-gnocchi-api.service \
|
||||
openstack-gnocchi-metricd.service
|
||||
# systemctl enable gnocchi-api.service gnocchi-metricd.service
|
||||
# systemctl start gnocchi-api.service gnocchi-metricd.service
|
||||
|
||||
Install and configure components
|
||||
--------------------------------
|
||||
|
||||
Reference in New Issue
Block a user