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:
Takashi Kajinami
2025-07-23 23:05:59 +09:00
parent e2eab4b755
commit cc6c3dbb10

View File

@@ -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
--------------------------------