Starts install guide chapter for neutron

This begins the install guide chapter for neutron,

Change-Id: I654ec9fa81fbb6c3f14068d91ab7f31cbf66d282
This commit is contained in:
Tom Fifield 2013-10-13 10:31:00 +11:00 committed by Andreas Jaeger
parent 3d60224bae
commit 395a4e41b0

View File

@ -6,4 +6,23 @@
<title>Using Neutron Networking</title>
<para>FIXME</para>
<xi:include href="../common/section_getstart_networking.xml"/>
<section xml:id="FIXME">
<title>FIXME</title>
<para>There are many different drivers for OpenStack Networking,
that range from software bridges to full control of certain
switching hardware. This guide focuses on the simplest: the
Linux Bridge. However, the theories presented here should be
mostly applicable to other mechanisms.</para>
<!-- Note that Linux Bridge is deprecated and will be replaced with ML2
in Icehouse. Still, Linux Bridge might be the best option for
this guide for Havana. -->
<!-- description of architecture, network node etc -->
<!-- description of Linux Bridge Driver, where agents run etc -->
<!-- install of network node -->
<!-- configuration of compute node -->
<note><para>If you have followed the previous section on setting
up networking for your compute node using nova-network, this will
override those settings</para></note>
</section>
</chapter>