Fix nova placement API guide for OBS

The nova package in SUSE requires the user to explicitly enable the
Apache vhost for the nova placement API, it is not a part of the
nova-api systemd service nor does it default to enabled. This patch adds
the necessary instructions to ensure the placement API is running on a
SUSE host.

backport: ocata
Change-Id: I104285439c9d46ded4dac0a773648a314741a3e3
This commit is contained in:
Colleen Murphy 2017-04-10 09:13:49 +02:00 committed by Andreas Jaeger
parent 74cba66aea
commit 922a2adee2

View File

@ -689,6 +689,13 @@ Finalize installation
.. only:: obs
* Enable the placement API Apache vhost:
.. code-block:: console
# mv /etc/apache2/vhosts.d/nova-placement-api.conf.sample /etc/apache2/vhosts.d/nova-placement-api.conf
# systemctl reload apache2.service
* Start the Compute services and configure them to start
when the system boots: