RDO: Fix package name of aodhclient

All python packages in RDO are now named python3-* instead of python-*
and python-* is no longer translated to python3-* automatically.

Change-Id: I692e0f06f922a13e342f568b442da6bee74c5633
This commit is contained in:
Takashi Kajinami 2025-01-07 01:32:23 +09:00
parent ee8b7db26f
commit 4450d9bd50

View File

@ -29,7 +29,7 @@ Install and configure components
# yum install openstack-aodh-api \
openstack-aodh-evaluator openstack-aodh-notifier \
openstack-aodh-listener openstack-aodh-expirer \
python-aodhclient
python3-aodhclient
.. include:: configure-common.rst