diff --git a/doc/source/install/install-rdo.rst b/doc/source/install/install-rdo.rst index beba7169d..34bd5fd7d 100644 --- a/doc/source/install/install-rdo.rst +++ b/doc/source/install/install-rdo.rst @@ -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 diff --git a/doc/source/install/install-ubuntu.rst b/doc/source/install/install-ubuntu.rst index 3bc3a1ddb..beedd1ae0 100644 --- a/doc/source/install/install-ubuntu.rst +++ b/doc/source/install/install-ubuntu.rst @@ -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