149fc8e4bd
I added several warnings informing users about potential structure and/or content issues during the update process for Icehouse. I will remove these warnings after we complete the process. Change-Id: Ic13fbbdf60005d5e87ce90e7f3eb225e7e5d5698 Partial-Bug: #1291071
47 lines
2.2 KiB
XML
47 lines
2.2 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>Add the Networking service</title>
|
|
<!-- FIXME Temporarily replacing this warning.
|
|
<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
|
|
through bug reports and patches to improve it are
|
|
welcome.</para>
|
|
</warning>
|
|
-->
|
|
<warning>
|
|
<para>We are updating this material for Icehouse. You may find structure
|
|
and/or content issues during this process.</para>
|
|
</warning>
|
|
<section xml:id="neutron-considerations">
|
|
<title>Networking considerations</title>
|
|
<para>OpenStack Networking drivers range from software bridges
|
|
to full control of certain switching hardware. This guide
|
|
focuses on the Open vSwitch driver. However, the theories
|
|
presented here are mostly applicable to other mechanisms,
|
|
and the <link
|
|
xlink:href="http://docs.openstack.org/trunk/config-reference/content/ch_configuring-openstack-networking.html"
|
|
>Networking</link> chapter
|
|
of the <citetitle>OpenStack Configuration Reference</citetitle>
|
|
offers additional information.</para>
|
|
<para>To prepare for installation, see <xref
|
|
linkend="basics-packages"/>.</para>
|
|
<warning>
|
|
<para>If you previously set up networking for your compute node by using
|
|
<systemitem class="service"
|
|
>nova-network</systemitem>, this configuration
|
|
overrides those settings.</para>
|
|
</warning>
|
|
</section>
|
|
<xi:include href="section_neutron-concepts.xml"/>
|
|
<xi:include href="section_neutron-controller-node.xml"/>
|
|
<xi:include href="section_neutron-network-node.xml"/>
|
|
<xi:include href="section_neutron-compute-node.xml"/>
|
|
<xi:include href="section_neutron-initial-networks.xml"/>
|
|
<xi:include href="section_neutron-deploy-use-cases.xml"/>
|
|
</chapter>
|