
Tested using: zypper addrepo -f obs://Cloud:OpenStack:Master/openSUSE_Leap_42.1 Master Also: * fix minor typo * add toctree depth Change-Id: I83a0cc9bcd2aa660c4109dbafc1b8aff7d60d798 Partially-Implements: blueprint projectspecificinstallguides Partially-Implements: blueprint magnum-installation-guide
923 B
923 B
Install and configure for openSUSE and SUSE Linux Enterprise
This section describes how to install and configure the Container Infrastructure Management service for openSUSE Leap 42.1 and SUSE Linux Enterprise Server 12 SP1.
Install and configure components
Install the packages:
# zypper install openstack-magnum-api openstack-magnum-conductor
Finalize installation
Start Magnum services and configure them to start when the system boots:
# systemctl enable openstack-magnum-api.service \ openstack-magnum-conductor.service # systemctl start openstack-magnum-api.service \ openstack-magnum-conductor.service