openstack-manuals/doc/install-guide/ch_neutron.xml
Tom Fifield 8f7d1bd81a Starts install guide chapter for neutron, cleanups
This begins the install guide chapter for neutron,
and cleans up some sections from the guide that will
not be used even as references.

* hypervisor_selection - not relevant for the adventure
where the choice is done prior, and makes some difficult
value judgement statemtnts

* scripted ubuntu install - not the purpose of this guide
and old content that isn't helpful for the rewrite

* image-troubleshooting - empty section, belongs in
cloud-admin-guide anyway

* vnc-console - already in image_install

* identity_config_keystone - already better done in
individual sections

* install nova-volume - very dated content, already
in cinder install

* basic install files - no longer needed for reference

Change-Id: I1979eeba091c7118db7cc30ad7c66f30345fe49d
2013-10-15 15:22:51 +11:00

34 lines
1.7 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>Working with OpenStack Networking with Neutron</title>
<para>FIXME</para>
<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 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 -->
<warning><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></warning>
</section>
<!-- This is just a start at incorporating the many use cases from
the origina network admin guide. -->
<xi:include href="../common/section_getstart_networking.xml"/>
<xi:include href="section_networking-neutron-server-install.xml"/>
<xi:include href="section_networking-single-flat.xml"/>
<xi:include href="section_networking-provider-router-with-private_networks.xml"/>
<xi:include href="section_networking-per-tenant-routers-with-private-networks.xml"/>
</chapter>