openstack-manuals/doc/install-guide/ch_networking.xml
Matt Kassawara f3ecb24050 Restructured and updated Nova networking sections
As part of the installation guide improvement project, I performed
the following operations on the Nova networking sections of the
installation guide:

1) Split configuration and initial network creation section to align
   with structure of Neutron chapter.
2) Aligned phrasing/wording and examples with Neutron chapter.
3) Removed defunct ch_neutron.xml from repository.
4) Modified links affected by these changes.
5) Updated glossary as necessary.

Change-Id: I690a7c2565826f4370940a716a6200e974211d8f
Partial-Bug: #1291071
Implements: blueprint networking-install-guide-improvements
2014-03-25 17:59:45 -06:00

46 lines
2.1 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_networking">
<title>Add a 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>
<para>Configuring networking in OpenStack can be a bewildering experience.
This guide provides step-by-step instructions for both OpenStack
Networking (neutron) and the legacy (nova) networking service. If you are
unsure which to use, we recommend trying OpenStack Networking because it
offers a considerable number of features and flexibility including
<glossterm baseform="plug-in">plug-ins</glossterm> for a variety of
emerging products supporting <glossterm>virtual networking</glossterm>.
See the
<link xlink:href="http://docs.openstack.org/admin-guide-cloud/content/ch_networking.html">Networking</link>
chapter of the
<citetitle>OpenStack Cloud Administrator Guide</citetitle> for more
information.</para>
<section xml:id="section_neutron-networking">
<title>Networking (neutron)</title>
<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"/>
</section>
<section xml:id="section_nova-networking">
<title>Legacy networking</title>
<xi:include href="section_nova-networking-compute-node.xml"/>
<xi:include href="section_nova-networking-initial-network.xml"/>
</section>
</chapter>