f368a64810
Full outline finished. Keystone, Glance, and most of Nova complete Changes to Common: * Separate "Getting Started" content into separate files, so they can be included individually where needed in the install guide * separated "Keystone Concepts" so that a smaller subset of that can be used in the install guide Change-Id: I583349443685e3022f4c4c1893c2c07d1d2af1d5
20 lines
1.0 KiB
XML
20 lines
1.0 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_installing-openstack-compute">
|
|
<title>Installing OpenStack Compute Service</title>
|
|
<xi:include href="section_compute-config-guest-network.xml" />
|
|
<xi:include href="section_compute-database-mysql.xml"/>
|
|
<xi:include href="section_compute-database-postgresql.xml"/>
|
|
<xi:include href="section_cinder-install.xml"/>
|
|
<xi:include href="section_compute-cloud-controller.xml" />
|
|
<xi:include href="../common/section_compute-options.xml" />
|
|
<xi:include href="section_compute-minimum-configuration.xml" />
|
|
<xi:include href="section_compute-db-sync.xml"/>
|
|
<xi:include href="section_compute-create-network.xml" />
|
|
<xi:include href="section_compute-verifying-install.xml" />
|
|
<xi:include href="section_installing-additional-compute-nodes.xml" />
|
|
<xi:include href="section_add-volume-node.xml"/>
|
|
</chapter>
|