Merge "doc: Use dnf instead of yum"
This commit is contained in:
@@ -48,7 +48,7 @@ On Red Hat Enterprise Linux, Fedora, or CentOS:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# yum install libguestfs-tools
|
||||
# dnf install libguestfs-tools
|
||||
|
||||
On openSUSE:
|
||||
|
||||
|
@@ -100,10 +100,10 @@ On Debian-based distributions (e.g., Debian/Mint/Ubuntu)::
|
||||
|
||||
On Fedora-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux)::
|
||||
|
||||
sudo yum install python-pip
|
||||
sudo dnf install python-pip
|
||||
sudo pip install tox
|
||||
tox -e bindep
|
||||
sudo yum install <indicated missing package names>
|
||||
sudo dnf install <indicated missing package names>
|
||||
|
||||
On openSUSE-based distributions (SLES, openSUSE Leap / Tumbleweed)::
|
||||
|
||||
|
@@ -28,7 +28,7 @@ Install and configure components
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# yum install openstack-nova-compute
|
||||
# dnf install openstack-nova-compute
|
||||
|
||||
#. Edit the ``/etc/nova/nova.conf`` file and complete the following actions:
|
||||
|
||||
|
@@ -174,7 +174,7 @@ Install and configure components
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# yum install openstack-nova-api openstack-nova-conductor \
|
||||
# dnf install openstack-nova-api openstack-nova-conductor \
|
||||
openstack-nova-novncproxy openstack-nova-scheduler
|
||||
|
||||
#. Edit the ``/etc/nova/nova.conf`` file and complete the following actions:
|
||||
|
Reference in New Issue
Block a user