Merge "docs: Changed OS version to RHEL 9 and CentOS Stream 9."

This commit is contained in:
Zuul 2024-12-20 16:28:23 +00:00 committed by Gerrit Code Review
commit 5d1dbbccbe
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 nodes to increase performance and redundancy. For more information, see the
`Deployment Guide <https://docs.openstack.org/swift/latest/deployment_guide.html>`__. `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 .. include:: controller-common_prerequisites.txt
@ -31,8 +31,8 @@ Install and configure components
.. code-block:: console .. code-block:: console
# yum install openstack-swift-proxy python-swiftclient \ # dnf install openstack-swift-proxy python3-swiftclient \
python-keystoneclient python-keystonemiddleware \ python3-keystoneclient python3-keystonemiddleware \
memcached memcached
.. note:: .. note::

View File

@ -11,7 +11,7 @@ Finalize installation for Red Hat Enterprise Linux and CentOS
snippets indicates potential default configuration options that you snippets indicates potential default configuration options that you
should retain. 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 #. Obtain the ``/etc/swift/swift.conf`` file from the Object
Storage source repository: 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 more information on horizontally scaling your environment, see the
`Deployment Guide <https://docs.openstack.org/swift/latest/deployment_guide.html>`_. `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 Prerequisites
------------- -------------
@ -32,7 +32,7 @@ storage nodes, you must prepare the storage devices.
.. code-block:: console .. code-block:: console
# yum install xfsprogs rsync # dnf install xfsprogs rsync
#. Format the ``/dev/sdb`` and ``/dev/sdc`` devices as XFS: #. Format the ``/dev/sdb`` and ``/dev/sdc`` devices as XFS:
@ -131,7 +131,7 @@ Install and configure components
.. code-block:: console .. code-block:: console
# yum install openstack-swift-account openstack-swift-container \ # dnf install openstack-swift-account openstack-swift-container \
openstack-swift-object openstack-swift-object
2. Obtain the accounting, container, and object service configuration 2. Obtain the accounting, container, and object service configuration