
As part of the installation guide improvement project, I performed the following operations on the networking portions of the installation guide: 1) Created "generic networking" chapter directly after Nova chapter. 2) Migrated Neutron chapter to "generic networking" chapter. 3) Migrated "configure networking" section of Nova chapter to "generic networking" chapter. 4) Temporarily unlinked "Neutron deployment use cases" section of Neutron chapter. 5) Modified links affected by these changes. This patch primarily addresses structural changes to improve document flow. Future patches will address content affected by these changes. Change-Id: Ib1b12c8d902db1c0ab3cbee9b9fef34b7c8157ac Partial-Bug: #1291071 Implements: blueprint networking-install-guide-improvements
33 lines
1.3 KiB
XML
33 lines
1.3 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>
|
|
<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"/>
|
|
</section>
|
|
</chapter>
|