From a669583536894d7d37a176fd5425f962a3ed7dbe Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 7 Jan 2025 01:16:00 +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: I5c9d4f4ac56cc2510839c1c931f3a03550396726 --- doc/source/install/install-rdo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/install-rdo.rst b/doc/source/install/install-rdo.rst index beba7169d..e9a0cdc01 100644 --- a/doc/source/install/install-rdo.rst +++ b/doc/source/install/install-rdo.rst @@ -26,7 +26,7 @@ Install and configure components .. code-block:: console - # yum install openstack-aodh-api \ + # dnf install openstack-aodh-api \ openstack-aodh-evaluator openstack-aodh-notifier \ openstack-aodh-listener openstack-aodh-expirer \ python-aodhclient