Merge "Replace independent aodh-api service by Apache web server"

This commit is contained in:
Zuul
2025-08-12 16:13:23 +00:00
committed by Gerrit Code Review
2 changed files with 10 additions and 3 deletions

View File

@@ -41,11 +41,18 @@ Finalize installation
.. code-block:: console
# systemctl enable openstack-aodh-api.service \
# systemctl enable \
openstack-aodh-evaluator.service \
openstack-aodh-notifier.service \
openstack-aodh-listener.service
# systemctl start openstack-aodh-api.service \
# systemctl start \
openstack-aodh-evaluator.service \
openstack-aodh-notifier.service \
openstack-aodh-listener.service
#. Restart Apache HTTP service to make aodh-api reload the updated
configuration::
.. code-block:: console
# systemctl restart httpd.service

View File

@@ -38,7 +38,7 @@ Finalize installation
.. code-block:: console
# service aodh-api restart
# service apache2 restart
# service aodh-evaluator restart
# service aodh-notifier restart
# service aodh-listener restart