965a71e313
Moved the "Launch an Instance" section to the bottom of the install guide, to prevent readers from having to jump around from later chapters. Also added a note at the end of every chapter, starting with the Networking chapter, letting them know that they can launch an instance or add additional features. Change-Id: Ie356370bb1a1efa28e36f8f2e25fdc3fff8b35d6 Implements: networking-install-guide-improvements Closes-Bug: 1301180
12 lines
453 B
XML
12 lines
453 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"/>
|
|
</chapter>
|