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:
parent
3611d030a6
commit
42ac5e8832
@ -14,7 +14,7 @@ Install the components
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# yum install openstack-neutron-openvswitch
|
||||
# dnf install openstack-neutron-openvswitch
|
||||
|
||||
.. end
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user