395a4e41b0
This begins the install guide chapter for neutron, Change-Id: I654ec9fa81fbb6c3f14068d91ab7f31cbf66d282
29 lines
1.3 KiB
XML
29 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<chapter xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
|
xml:id="ch_neutron">
|
|
<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>
|