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: Ic6e0fec1af34fb92a675dbadfc9c0ed37ee4e459
This commit is contained in:
Takashi Kajinami 2025-01-07 10:47:00 +09:00
parent 84cb88bf6e
commit 3a07adc0ae

@ -29,7 +29,7 @@ In order to install Manila UI in `RDO <https://www.rdoproject.org>`__,
please follow the steps below (you may need to use `sudo` privileges
if you are not root)::
# yum install -y openstack-manila-ui
# dnf install -y openstack-manila-ui
# systemctl restart httpd
# systemctl restart memcached