Replace independent aodh-api service by Apache web server

The independent aodh-api service has been removed and it is now run by
apache + mod_wsgi. Update the services mentioned accordingly.

Note:
 - Apache Web server is already installed/enabled when keystone is
   is installed
 - Guide for OpenSUSE is not updated by this change, because OpenStack
   packages for OpenSUSE haven't been for long time.

Close-bug: #1754212
Change-Id: I91544cee4c610ec5cb23f73f63efbd90da66b90a
This commit is contained in:
dommgifer
2018-12-25 15:00:16 +08:00
committed by Takashi Kajinami
parent c676eae200
commit ab53622cd0
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