From 17f77b2d764985e0acd5d7d63c2042fbc40f636b Mon Sep 17 00:00:00 2001 From: ngcjny Date: Fri, 20 Dec 2024 17:27:19 +0900 Subject: [PATCH] docs: Changed OS version to RHEL 9 and CentOS Stream 9. Changed OS version from RHEL 7 and CentOS 7 to RHEL 9 and CentOS Stream 9. Changed python to python3. Changed yum command to dnf command. Change-Id: Ie1e815c0434255e77ef5e9103576f85d9d6490ae --- doc/source/install/controller-install-rdo.rst | 6 +++--- doc/source/install/finalize-installation-rdo.rst | 2 +- doc/source/install/storage-install-rdo.rst | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/source/install/controller-install-rdo.rst b/doc/source/install/controller-install-rdo.rst index 37a3c3e4e0..076ecaf200 100644 --- a/doc/source/install/controller-install-rdo.rst +++ b/doc/source/install/controller-install-rdo.rst @@ -12,7 +12,7 @@ Additionally, you can install and configure the proxy service on multiple nodes to increase performance and redundancy. For more information, see the `Deployment Guide `__. -This section applies to Red Hat Enterprise Linux 7 and CentOS 7. +This section applies to Red Hat Enterprise Linux 9 and CentOS stream9. .. include:: controller-common_prerequisites.txt @@ -31,8 +31,8 @@ Install and configure components .. code-block:: console - # yum install openstack-swift-proxy python-swiftclient \ - python-keystoneclient python-keystonemiddleware \ + # dnf install openstack-swift-proxy python3-swiftclient \ + python3-keystoneclient python3-keystonemiddleware \ memcached .. note:: diff --git a/doc/source/install/finalize-installation-rdo.rst b/doc/source/install/finalize-installation-rdo.rst index 5514be149c..ec6b115061 100644 --- a/doc/source/install/finalize-installation-rdo.rst +++ b/doc/source/install/finalize-installation-rdo.rst @@ -11,7 +11,7 @@ Finalize installation for Red Hat Enterprise Linux and CentOS snippets indicates potential default configuration options that you should retain. -This section applies to Red Hat Enterprise Linux 7 and CentOS 7. +This section applies to Red Hat Enterprise Linux 9 and CentOS stream9. #. Obtain the ``/etc/swift/swift.conf`` file from the Object Storage source repository: diff --git a/doc/source/install/storage-install-rdo.rst b/doc/source/install/storage-install-rdo.rst index 842b1c849d..c032d8e35c 100644 --- a/doc/source/install/storage-install-rdo.rst +++ b/doc/source/install/storage-install-rdo.rst @@ -16,7 +16,7 @@ indicate the best performance and reliability on XFS. For more information on horizontally scaling your environment, see the `Deployment Guide `_. -This section applies to Red Hat Enterprise Linux 7 and CentOS 7. +This section applies to Red Hat Enterprise Linux 9 and CentOS stream9. Prerequisites ------------- @@ -32,7 +32,7 @@ storage nodes, you must prepare the storage devices. .. code-block:: console - # yum install xfsprogs rsync + # dnf install xfsprogs rsync #. Format the ``/dev/sdb`` and ``/dev/sdc`` devices as XFS: @@ -131,7 +131,7 @@ Install and configure components .. code-block:: console - # yum install openstack-swift-account openstack-swift-container \ + # dnf install openstack-swift-account openstack-swift-container \ openstack-swift-object 2. Obtain the accounting, container, and object service configuration