openstack-manuals/doc/user-guide-admin/section_dashboard_admin_manage_stacks.xml
Christian Berendt 8d2b198d61 Unify the XML declaration in all XML files in doc
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
2014-07-07 19:18:28 +02:00

30 lines
1.7 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="section_dashboard_admin_manage_stacks">
<title>Launch and manage stacks</title>
<para>The Orchestration service provides a template-based orchestration engine
for the OpenStack cloud, which can be used to create and manage cloud
infrastructure resources such as storage, networking, instances, and
applications as a repeatable running environment.
</para>
<para>Templates are used to create stacks, which are collections of resources. For example,
a stack might include instances, floating IPs, volumes, security groups, or users.
The Orchestration service offers access to all OpenStack core services via a single modular template,
with additional orchestration capabilities such as auto-scaling and basic high availability.</para>
<para>For information about:</para>
<para>
<itemizedlist>
<listitem>
<para>Administrative tasks on the command line, see <xref linkend="section_cli_admin_manage_stacks"/>.
<note><para>There are no administration-specific tasks that can be done through the dashboard.</para></note></para>
</listitem>
<listitem>
<para>The basic creation and deletion of Orchestration stacks, refer to the <link
xlink:href="http://docs.openstack.org/user-guide/content/dashboard_stacks.html"
>End User Guide</link>.</para>
</listitem>
</itemizedlist>
</para>
</section>