openstack-manuals/doc/user-guide-admin/section_cli_admin_manage_stacks.xml
Andreas Jaeger f3bc4fdb51 Autogenerate python cli page
Use new tool to autogenerate cli pages.

Pages are created using current client git versions.

Note that swift output looks a bit different
since swift does not support "swift help subcommand".

Change-Id: I1b44e188ea460c9ece973cd52443f5533f93e8b4
2014-01-22 19:51:51 +01:00

33 lines
2.0 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_cli_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 the:</para>
<para>
<itemizedlist>
<listitem>
<para>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>
<listitem>
<para><systemitem>heat</systemitem> CLI commands, see <xref linkend="heatclient_commands"/></para>
</listitem>
</itemizedlist>
</para>
<para>As an administrator, you can also carry out stack functions on behalf of your users. For
example, to resume, suspend, or delete a stack, run:</para>
<screen><prompt>$</prompt> <userinput>action-resume <replaceable>stackID</replaceable></userinput>
<prompt>$</prompt> <userinput>action-suspend <replaceable>stackID</replaceable></userinput>
<prompt>$</prompt> <userinput>stack-delete <replaceable>stackID</replaceable></userinput></screen>
</section>