4bf765758c
This patch works several files that were not in common use back into the documents they should live with. The intended end result of this activity is to make common as lean as possible so it can be more easily translated. Also: Don't include configdrive table in user-guide since it's not relevant for audience Change-Id: Iacd5c68c639e60e8c711cb18351543e477444299
27 lines
1.3 KiB
XML
27 lines
1.3 KiB
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 on
|
|
physical compute nodes. The Compute service manages instances.
|
|
A host is the node on which a group of instances
|
|
resides.</para>
|
|
<para>This section describes how to perform the different tasks
|
|
involved in instance management, such as adding floating IP
|
|
addresses, stopping and starting instances, and terminating
|
|
instances. This section also discusses node management
|
|
tasks.</para>
|
|
<xi:include href="section_cli_nova_floating_ips.xml"/>
|
|
<xi:include href="section_cli_nova_resizerebuild.xml"/>
|
|
<xi:include href="section_cli_nova_search_ip.xml"/>
|
|
<xi:include href="section_cli_nova_startstop.xml"/>
|
|
<xi:include href="section_cli_nova_reboot.xml"/>
|
|
<xi:include href="section_cli_nova_terminate.xml"/>
|
|
<xi:include href="section_cli_nova_get_console.xml"/>
|
|
<xi:include href="section_cli_nova_baremetal.xml"/>
|
|
<xi:include href="../common/section_cli_nova_usage_statistics.xml"/>
|
|
</section>
|