From 922a2adee2734e477e235468305ffad037041927 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Mon, 10 Apr 2017 09:13:49 +0200 Subject: [PATCH] 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 --- doc/install-guide/source/nova-controller-install.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/install-guide/source/nova-controller-install.rst b/doc/install-guide/source/nova-controller-install.rst index a09c2a9dbb..42c4907153 100644 --- a/doc/install-guide/source/nova-controller-install.rst +++ b/doc/install-guide/source/nova-controller-install.rst @@ -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: