summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaketani Ryo <taketani.ryo@fujitsu.com>2022-10-20 08:37:29 +0900
committerTaketani Ryo <taketani.ryo@fujitsu.com>2022-10-28 09:22:07 +0900
commitf0730df40c89ad6c38ba9d66153149fc031414c3 (patch)
tree0b00f1e4e8553e91d63d8e8b6c61f875843d6b82
parent1d5aab1c3e76b749dbee83c1b937fbcca484e71e (diff)
downloadceilometer-f0730df40c89ad6c38ba9d66153149fc031414c3.tar.gz
Update the installation guide for RHEL8/CentOS8
The openstack Ussuri and Victoria versions no longer support the RHEL7/CentOS7 and python2 environment packages. Correct the problems in the latest installation document for RDO. Change-Id: Ie03815f25d3a9ec99506a9dc14810a6800d3c42c
-rw-r--r--doc/source/install/install-base-rdo.rst8
-rw-r--r--doc/source/install/install-compute-rdo.rst4
-rw-r--r--doc/source/install/swift/install-swift-rdo.rst2
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/source/install/install-base-rdo.rst b/doc/source/install/install-base-rdo.rst
index f470e55a..cbdf4463 100644
--- a/doc/source/install/install-base-rdo.rst
+++ b/doc/source/install/install-base-rdo.rst
@@ -24,8 +24,8 @@ Install Gnocchi
.. code-block:: console
- # yum install openstack-gnocchi-api openstack-gnocchi-metricd \
- python-gnocchiclient
+ # dnf install openstack-gnocchi-api openstack-gnocchi-metricd \
+ python3-gnocchiclient
.. note::
@@ -38,7 +38,7 @@ Install Gnocchi
.. code-block:: console
- # yum install uwsgi-plugin-common uwsgi-plugin-python3 uwsgi
+ # dnf install uwsgi-plugin-common uwsgi-plugin-python3 uwsgi
.. note::
@@ -70,7 +70,7 @@ Install and configure components
.. code-block:: console
- # yum install openstack-ceilometer-notification \
+ # dnf install openstack-ceilometer-notification \
openstack-ceilometer-central
.. include:: install-base-config-common.inc
diff --git a/doc/source/install/install-compute-rdo.rst b/doc/source/install/install-compute-rdo.rst
index da3d072c..5fbcfc47 100644
--- a/doc/source/install/install-compute-rdo.rst
+++ b/doc/source/install/install-compute-rdo.rst
@@ -11,8 +11,8 @@ Install and configure components
.. code-block:: console
- # yum install openstack-ceilometer-compute
- # yum install openstack-ceilometer-ipmi (optional)
+ # dnf install openstack-ceilometer-compute
+ # dnf install openstack-ceilometer-ipmi (optional)
.. include:: install-compute-common.inc
diff --git a/doc/source/install/swift/install-swift-rdo.rst b/doc/source/install/swift/install-swift-rdo.rst
index b31dc50b..0fa2a82e 100644
--- a/doc/source/install/swift/install-swift-rdo.rst
+++ b/doc/source/install/swift/install-swift-rdo.rst
@@ -17,7 +17,7 @@ Install components
.. code-block:: console
- # yum install python-ceilometermiddleware
+ # dnf install python3-ceilometermiddleware
.. include:: install-swift-config-common.inc