From 62e4c70a09f014474d5bac006c185335d6c32acb Mon Sep 17 00:00:00 2001 From: Matt Kassawara Date: Sat, 22 Mar 2014 20:49:40 -0600 Subject: [PATCH] Restructured networking portions of installation guide 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 --- .../bk_openstackinstallguide.xml | 2 +- doc/install-guide/ch_networking.xml | 32 +++++++++++++++++++ doc/install-guide/ch_nova.xml | 2 +- doc/install-guide/ch_overview.xml | 10 +++--- ... section_nova-networking-compute-node.xml} | 13 -------- 5 files changed, 40 insertions(+), 19 deletions(-) create mode 100644 doc/install-guide/ch_networking.xml rename doc/install-guide/{section_nova-network.xml => section_nova-networking-compute-node.xml} (93%) diff --git a/doc/install-guide/bk_openstackinstallguide.xml b/doc/install-guide/bk_openstackinstallguide.xml index 83fe2690ba..53f06b173b 100644 --- a/doc/install-guide/bk_openstackinstallguide.xml +++ b/doc/install-guide/bk_openstackinstallguide.xml @@ -189,10 +189,10 @@ + - diff --git a/doc/install-guide/ch_networking.xml b/doc/install-guide/ch_networking.xml new file mode 100644 index 0000000000..e53b5437d3 --- /dev/null +++ b/doc/install-guide/ch_networking.xml @@ -0,0 +1,32 @@ + + + Add a networking service + + + We are updating this material for Icehouse. You may find structure + and/or content issues during this process. + +
+ Networking (neutron) + + + + + +
+
+ Legacy networking + +
+
diff --git a/doc/install-guide/ch_nova.xml b/doc/install-guide/ch_nova.xml index 037a7023bf..95f33d8185 100644 --- a/doc/install-guide/ch_nova.xml +++ b/doc/install-guide/ch_nova.xml @@ -9,6 +9,6 @@ - + diff --git a/doc/install-guide/ch_overview.xml b/doc/install-guide/ch_overview.xml index dbacaba753..ba20ff3a7b 100644 --- a/doc/install-guide/ch_overview.xml +++ b/doc/install-guide/ch_overview.xml @@ -83,7 +83,8 @@ When you implement this architecture, skip - . To use optional services, you + in + . To use optional services, you might need to install additional nodes, as described in subsequent chapters. @@ -134,9 +135,10 @@ When you implement this architecture, skip - in . - To use optional services, you might need to install additional - nodes, as described in subsequent chapters. + in + . To use optional services, you + might need to install additional nodes, as described in + subsequent chapters.
Three-node architecture with OpenStack Networking (neutron) diff --git a/doc/install-guide/section_nova-network.xml b/doc/install-guide/section_nova-networking-compute-node.xml similarity index 93% rename from doc/install-guide/section_nova-network.xml rename to doc/install-guide/section_nova-networking-compute-node.xml index 5a2959173e..7a99c42485 100644 --- a/doc/install-guide/section_nova-network.xml +++ b/doc/install-guide/section_nova-networking-compute-node.xml @@ -17,19 +17,6 @@ functionality across multiple hosts. As a result, no single network controller acts as a single point of failure. This process configures each compute node for networking. - - Choose one of these options to configure networking in OpenStack: - - - Legacy networking in OpenStack Compute, which is - described here. - - - The full software-defined networking stack. See . - - - Install the appropriate packages for compute networking on the