Documentation: use dnf instead of yum

Nowadays, dnf should be used as yum has been deprecated.

Change-Id: Id5682194d308d6763eac08e34bcd11cae504507c
Closes-Bug: #2091583
This commit is contained in:
Cyril Roelandt 2025-01-06 16:59:16 +01:00
parent c289887203
commit b95a163c91

@ -182,7 +182,7 @@ Install and configure components
.. code-block:: console
# yum install openstack-glance
# dnf install openstack-glance
.. end