openstack-manuals/doc/install-guide/ch_neutron.xml
nerminamiller 1fbcf5fef7 Update Neutron chapter of Install Guide
Add content from Solly Ross
Remove plugin info
Flatten deployment use cases
Fix typos, mispellings, missing periods

Change-Id: I68334c2ea910326623474dab5e7632569d164acd
2013-10-17 08:25:22 +02:00

29 lines
1.5 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>Installing OpenStack Networking Service</title>
<section xml:id="neutron-considerations">
<title>Considerations for OpenStack Networking</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 Open vSwitch. However,
the theories presented here should be mostly applicable to other
mechanisms, and the <citetitle>OpenStack Configuration
Reference</citetitle> offers additional information.</para>
<para>Please see <link
xlink:href="http://docs.openstack.org/trunk/install-guide/install/apt/content/basics-packages.html"
>OpenStack
Packages</link> for specific OpenStack installation
instructions to prepare for installation.</para>
<warning><para>If you have followed the previous section on
setting up networking for your compute node using
nova-network, this configuration will override those
settings.</para></warning>
</section>
<xi:include href="section_neutron-concepts.xml"/>
<xi:include href="section_neutron-install.xml"/>
<xi:include href="section_neutron-deploy-use-cases.xml"/>
</chapter>