Skip to content

Commit

Permalink
doc: Use dnf instead of yum
Browse files Browse the repository at this point in the history
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: I460202c809b442b8b0a00008162ca664db638f59
  • Loading branch information
kajinamit committed Jan 6, 2025
1 parent 042bed8 commit de8fe77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/install/install-rdo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ Install and configure components

.. code-block:: console
# yum install openstack-heat-api openstack-heat-api-cfn \
# dnf install openstack-heat-api openstack-heat-api-cfn \
openstack-heat-engine
2. Edit the ``/etc/heat/heat.conf`` file and complete the following
Expand Down

0 comments on commit de8fe77

Please sign in to comment.