
* Revert "Retire neutron-interconnection project" * Update path to "/x" namespace Signed-off-by: Thomas Morin <thomas.morin@orange.com> Submitted on behalf of a third-party: Orange Change-Id: If8319db47469416c7ecf3c399a25a23d01730c07
32 lines
621 B
ReStructuredText
32 lines
621 B
ReStructuredText
.. _install-ubuntu:
|
|
|
|
Install and configure for Ubuntu
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
This section describes how to install and configure the neutron-interconnection
|
|
service for Ubuntu 14.04 (LTS).
|
|
|
|
.. include:: common_prerequisites.rst
|
|
|
|
Install and configure components
|
|
--------------------------------
|
|
|
|
#. Install the packages:
|
|
|
|
.. code-block:: console
|
|
|
|
# apt-get update
|
|
|
|
# apt-get install
|
|
|
|
.. include:: common_configure.rst
|
|
|
|
Finalize installation
|
|
---------------------
|
|
|
|
Restart the neutron-interconnection services:
|
|
|
|
.. code-block:: console
|
|
|
|
# service openstack-neutron_interconnection-api restart
|