From f0730df40c89ad6c38ba9d66153149fc031414c3 Mon Sep 17 00:00:00 2001 From: Taketani Ryo Date: Thu, 20 Oct 2022 08:37:29 +0900 Subject: 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 --- doc/source/install/install-base-rdo.rst | 8 ++++---- doc/source/install/install-compute-rdo.rst | 4 ++-- doc/source/install/swift/install-swift-rdo.rst | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'doc') 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 -- cgit v1.2.1