Files
magnum/install-guide/source/install-obs.rst
Spyros Trigazis b6df29c559 [install] Add obs install-guide
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
2016-06-28 16:07:18 +02:00

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

  1. Install the packages:

    # zypper install openstack-magnum-api openstack-magnum-conductor

Finalize installation

  1. 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