doc: Use dnf instead of yum

The yum command has been replaced by the dnf command in recent releases
of Fedora-based distributions. Use the native command instead of
the alias kept for compatibility.

Change-Id: Ic72c58ad0fb60c13c91123bd19f29d64fff35cd0
This commit is contained in:
Takashi Kajinami 2025-01-07 01:22:21 +09:00
parent 3611d030a6
commit 42ac5e8832
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