bbec5aa4d2
The XML root element of Docbook XML files should match the following format: <ELEMENT 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="THE_XML_ID_OF_THE_ELEMENT"> Change-Id: If8d27898af12af2edc2d2d13557ec2365a241656
18 lines
755 B
XML
18 lines
755 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<section 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="section_cli_admin_manage_environment">
|
|
<title>Manage the OpenStack environment</title>
|
|
<para>This section includes tasks specific to the OpenStack environment.</para>
|
|
<xi:include href="section_cli_nova_specify_host.xml"/>
|
|
<?hard-pagebreak?>
|
|
<xi:include href="../common/section_cli_nova_evacuate.xml"/>
|
|
<xi:include href="section_cli_nova_migrate.xml"/>
|
|
<?hard-pagebreak?>
|
|
<xi:include href="section_cli_nova_floating_ips.xml"/>
|
|
<?hard-pagebreak?>
|
|
<xi:include href="section_cli_admin_manage_stacks.xml"/>
|
|
</section>
|