75e75822cc
The networking chapter is not really finished, add a note to warn the reader. Change-Id: I5e0130cd08ab33b5a06f8f9fc9670513d228289d backport: havana
40 lines
1.9 KiB
XML
40 lines
1.9 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>
|
|
|
|
<warning>
|
|
<para>This chapter is a bit more adventurous than we would
|
|
like. We are working on cleanup and improvements to it. Like for
|
|
the rest of the Installation Guide, feedback via bug reports and
|
|
patches to improve it are welcome.
|
|
</para>
|
|
</warning>
|
|
<section xml:id="neutron-considerations">
|
|
<title>Considerations for OpenStack Networking</title>
|
|
<para>Drivers for OpenStack Networking range from software
|
|
bridges to full control of certain switching hardware.
|
|
This guide focuses on the Open vSwitch driver. However,
|
|
the theories presented here should be mostly applicable to
|
|
other mechanisms, and the <link
|
|
xlink:href="http://docs.openstack.org/havana/config-reference/content/"
|
|
><citetitle>OpenStack Configuration
|
|
Reference</citetitle></link> offers additional
|
|
information.</para>
|
|
<para>For specific OpenStack installation instructions to
|
|
prepare for installation, see <xref
|
|
linkend="basics-packages" />.</para>
|
|
<warning>
|
|
<para>If you followed the previous chapter to set up
|
|
networking for your compute node using <systemitem
|
|
role="service">nova-network</systemitem>, this
|
|
configuration overrides 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>
|