From 99242b83eedb9f1998a5e61ff26ff07feedf951f Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Wed, 19 Jun 2019 10:27:00 -0700 Subject: [PATCH] Update SUSE install documentation openSUSE and SLES have Placement packages, but they are named slightly differently and the default Apache configuration is slightly different than what was documented. See the package definition in OBS[1]. This patch makes those corrections. [1] https://build.opensuse.org/package/show/Cloud:OpenStack:Stein/openstack-placement Change-Id: Id0eca721d850d849c7a273683c7f393e5a216682 --- doc/source/install/install-obs.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/install/install-obs.rst b/doc/source/install/install-obs.rst index 56ec2a210..99b9a7c40 100644 --- a/doc/source/install/install-obs.rst +++ b/doc/source/install/install-obs.rst @@ -64,7 +64,7 @@ Install and configure components .. code-block:: console - # zypper install openstack-placement-api + # zypper install openstack-placement #. Edit the ``/etc/placement/placement.conf`` file and complete the following actions: @@ -127,6 +127,6 @@ Finalize installation .. code-block:: console - # mv /etc/apache2/vhosts.d/placement-api.conf.sample \ - /etc/apache2/vhosts.d/placement-api.conf + # mv /etc/apache2/vhosts.d/openstack-placement-api.conf.sample \ + /etc/apache2/vhosts.d/openstack-placement-api.conf # systemctl reload apache2.service