8f2a7075e9
In some cases the stop-chunking directive contained an extra hyphen, remove it so that the directive is effective. Change-Id: I4972aea3e0c9ee8a85718b47ca5b93f1b68329b9
14 lines
515 B
XML
14 lines
515 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-install.xml"/>
|
|
<xi:include href="section_nova-verify.xml"/>
|
|
</chapter>
|