openstack-manuals/doc/user-guide-admin/source/cli_admin_manage_stacks.rst
Andreas Jaeger 5009f41e68 Fix User Guide links
Adjust links for End User guides changes.

Change-Id: I56135a86d8138564407496b291042b82fa5fca30
2015-05-20 22:48:31 +02:00

35 lines
1.2 KiB
ReStructuredText

========================
Launch and manage stacks
========================
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.
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.
For information about the:
- Basic creation and deletion of Orchestration stacks, refer
to the `End User Guide <http://docs.openstack.org/user-guide/dashboard_stacks.html>`_
- **heat** CLI commands, see the `OpenStack Command Line Interface Reference <http://docs.openstack.org/cli-reference/content/>`_
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:
.. code::
$ action-resume stackID
$ action-suspend stackID
$ stack-delete stackID