8d2b198d61
The XML declaration should be available on the first line in every XML file and should match the following line: <?xml version="1.0" encoding="UTF-8"?> Change-Id: I29b3d4b730d7ff01c89f34b0bef60b74a858de13
16 lines
755 B
XML
16 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>
|