Merge "doc: Use dnf instead of yum"

This commit is contained in:
Zuul 2025-01-06 20:36:43 +00:00 committed by Gerrit Code Review
commit 74f6f12020
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ Install the components
.. code-block:: console
# yum install openstack-neutron-openvswitch
# dnf install openstack-neutron-openvswitch
.. end

View File

@ -9,7 +9,7 @@ Install the components
.. code-block:: console
# yum install openstack-neutron openstack-neutron-ml2 \
# dnf install openstack-neutron openstack-neutron-ml2 \
openstack-neutron-openvswitch
.. end

View File

@ -10,7 +10,7 @@ Install the components
.. code-block:: console
# yum install openstack-neutron openstack-neutron-ml2 \
# dnf install openstack-neutron openstack-neutron-ml2 \
openstack-neutron-openvswitch ebtables
.. end