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
This commit is contained in:
Colleen Murphy 2019-06-19 10:27:00 -07:00
parent 9de03e1b17
commit 99242b83ee

View File

@ -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