07961c89a8
SUSE tests their OpenStack packages on openSUSE Leap 42.2 and SLES 12 SP2, so this patch updates the install guide to address those newer releases. Change-Id: I9b823900a1562485b8d0fd96c4c1a8c0b248f13f
1001 B
1001 B
Install and configure for openSUSE and SUSE Linux Enterprise
This section describes how to install and configure the Key Manager service for openSUSE Leap 42.2 and SUSE Linux Enterprise Server 12 SP2.
Install and configure components
Install the packages:
# zypper install openstack-barbican-api openstack-barbican-keystone-listener openstack-barbican-worker
Finalize installation
- Copy the sample Apache vhost file into place:
# cp /etc/apache2/conf.d/barbican-api.conf.sample /etc/apache2/vhosts.d/barbican-api.conf
Start the Apache HTTP service and configure it to start when the system boots:
# systemctl enable apache2.service # systemctl start apache2.service