
I improved the nova controller section of the installation guide as follows: 1) Restructured steps to improve flow/clarity and consistency with similar sections. 2) Explicitly sourced admin-openrc.sh. 3) Explicitly configured 'glance_host' key. 4) Adjusted titles. 5) Split single verify step into separate section after installation on compute node and added another command to run. Most of these improvements incorporate changes approved for other patches associated with this blueprint. A future patch will cover improvements to the nova compute node section. Change-Id: I12bc6c4f2a05a55ecbec3b17e3477a002cde4e1a Implements: blueprint installation-guide-improvements
13 lines
505 B
XML
13 lines
505 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>Add the Compute service</title>
|
|
<xi:include href="../common/section_getstart_compute.xml"/>
|
|
<xi:include href="section_nova-controller-install.xml"/>
|
|
<xi:include href="section_nova-compute.xml"/>
|
|
<xi:include href="section_nova-verify.xml"/>
|
|
</chapter>
|