62e4c70a09
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
15 lines
608 B
XML
15 lines
608 B
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_nova">
|
|
<?dbhtml-stop-chunking?>
|
|
<title>Configure Compute services</title>
|
|
<xi:include href="../common/section_getstart_compute.xml"/>
|
|
<xi:include href="section_nova-controller.xml"/>
|
|
<xi:include href="section_nova-compute.xml"/>
|
|
<!-- <xi:include href="section_nova-kvm.xml"/>-->
|
|
<!-- <xi:include href="section_nova-network.xml"/> -->
|
|
<xi:include href="section_nova-boot.xml"/>
|
|
</chapter>
|