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
This commit is contained in:
ngcjny 2024-12-20 17:27:19 +09:00 committed by Tim Burke
parent f9a3f142ab
commit 17f77b2d76
3 changed files with 7 additions and 7 deletions

View File

@ -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 <https://docs.openstack.org/swift/latest/deployment_guide.html>`__.
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::

View File

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

View File

@ -16,7 +16,7 @@ indicate the best performance and reliability on XFS. For
more information on horizontally scaling your environment, see the
`Deployment Guide <https://docs.openstack.org/swift/latest/deployment_guide.html>`_.
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