From 42ac5e883218017b89ae859ed9a446fdb334f92f Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 7 Jan 2025 01:22:21 +0900 Subject: [PATCH] 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 --- doc/source/install/compute-install-rdo.rst | 2 +- doc/source/install/controller-install-option1-rdo.rst | 2 +- doc/source/install/controller-install-option2-rdo.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/install/compute-install-rdo.rst b/doc/source/install/compute-install-rdo.rst index f7b348a2fef..0f5f9d4cd67 100644 --- a/doc/source/install/compute-install-rdo.rst +++ b/doc/source/install/compute-install-rdo.rst @@ -14,7 +14,7 @@ Install the components .. code-block:: console - # yum install openstack-neutron-openvswitch + # dnf install openstack-neutron-openvswitch .. end diff --git a/doc/source/install/controller-install-option1-rdo.rst b/doc/source/install/controller-install-option1-rdo.rst index e24857d43c0..4f22f80d597 100644 --- a/doc/source/install/controller-install-option1-rdo.rst +++ b/doc/source/install/controller-install-option1-rdo.rst @@ -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 diff --git a/doc/source/install/controller-install-option2-rdo.rst b/doc/source/install/controller-install-option2-rdo.rst index e9d7baec4b4..3b4fa652351 100644 --- a/doc/source/install/controller-install-option2-rdo.rst +++ b/doc/source/install/controller-install-option2-rdo.rst @@ -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