374a38f49a
Implement initial networking architecture changes for Liberty as follows: 1) Remove nova-network. 2) Develop architecture for provider networks with Linux bridge agent. 3) Develop architecture for self-service networks with Linux bridge agent. 4) Munge the neutron controller and network node configuration together. 5) Rejigger neutron to use the Linux bridge agent. 6) Restructure launch an instance content to account for two networking options. 7) Other restructuring as necessary to meet the primary goal. For simplicity, both architectures require only two nodes, each with two network interfaces, to deploy core OpenStack services. Also, to address recurring issues about the lack of support for connecting instances directly to the public/external network, the self-service architecture augments the provider networks architecture which allows connection to both private and public networks. Change-Id: Ie3ab9a15ebfe82c0ce54f709c87a66d7cc46db3f Implements: blueprint installguide-liberty
23 lines
698 B
ReStructuredText
23 lines
698 B
ReStructuredText
.. _networking:
|
|
|
|
==========================
|
|
Add the Networking service
|
|
==========================
|
|
|
|
This chapter explains how to install and configure the OpenStack Networking
|
|
service (neutron) using the :ref:`provider networks <network1>` or
|
|
:ref:`self-service networks <network2>` option. For more information about
|
|
the Networking service including virtual networking components, layout, and
|
|
traffic flows, see the
|
|
`Networking Guide <http://docs.openstack.org/networking-guide>`__.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
common/get_started_openstack_networking.rst
|
|
neutron-concepts.rst
|
|
neutron-controller-install.rst
|
|
neutron-compute-install.rst
|
|
neutron-verify.rst
|
|
neutron-next-steps.rst
|