magnum/install-guide/source/install-ubuntu.rst

812 B

Install and configure for Ubuntu

This section describes how to install and configure the Container Infrastructure Management service for Ubuntu 14.04 (LTS).

Install and configure components

  1. Install the common and library packages:

    # DEBIAN_FRONTEND=noninteractive apt-get install magnum-api magnum-conductor python-magnumclient

Finalize installation

  • Restart the Container Infrastructure Management services:

    # service magnum-api restart
    # service magnum-conductor restart