26303d361f
Fix include and pom after directory flatten so that the book builds again. Change-Id: I641363f55c38a78ac9d0510712c297a2242909c5
20 lines
973 B
XML
20 lines
973 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="cli_manage_instances">
|
|
<title>Manage instances and hosts</title>
|
|
<para>Instances are virtual machines that run inside the
|
|
cloud.</para>
|
|
<xi:include href="section_nova_cli_floating_ips.xml"/>
|
|
<xi:include href="../common/section_nova_cli_resizerebuild.xml"/>
|
|
<xi:include href="../common/section_nova_cli_startstop.xml"/>
|
|
<xi:include href="../common/section_nova_cli_reboot.xml"/>
|
|
<xi:include href="../common/section_nova_cli_evacuate.xml"/>
|
|
<xi:include href="../common/section_nova_cli_terminate.xml"/>
|
|
<xi:include href="../common/section_nova_cli_get_console.xml"/>
|
|
<xi:include href="../common/section_nova_cli_baremetal.xml"/>
|
|
<xi:include
|
|
href="../common/section_nova_cli_usage_statistics.xml"/>
|
|
</section>
|