From b3c118a44b2b8873855f6c584b8b17eca320a756 Mon Sep 17 00:00:00 2001 From: Olena Logvinova <ologvinova@mirantis.com> Date: Fri, 27 Mar 2015 13:39:21 +0200 Subject: [PATCH] dashboad_admin_manage_stacks migration to RST DocBook to RST conversion: migration of dashboad_admin_manage_stacks file from the User Guide Admin to .rst format. Change-Id: Id353370cdeb5e188d6deae50f08a6212d5705e01 --- .../source/dashboard.rst | 1 + .../source/dashboard_admin_manage_stacks.rst | 35 +++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 doc/playground-user-guide/source/dashboard_admin_manage_stacks.rst diff --git a/doc/playground-user-guide/source/dashboard.rst b/doc/playground-user-guide/source/dashboard.rst index da7f83cb8e..259a4c3996 100644 --- a/doc/playground-user-guide/source/dashboard.rst +++ b/doc/playground-user-guide/source/dashboard.rst @@ -34,3 +34,4 @@ sizes of server instances. dashboard_set_quotas dashboard_manage_resources.rst dashboard_manage_host_aggregates.rst + dashboard_admin_manage_stacks.rst diff --git a/doc/playground-user-guide/source/dashboard_admin_manage_stacks.rst b/doc/playground-user-guide/source/dashboard_admin_manage_stacks.rst new file mode 100644 index 0000000000..50cad1fa98 --- /dev/null +++ b/doc/playground-user-guide/source/dashboard_admin_manage_stacks.rst @@ -0,0 +1,35 @@ +.. meta:: + :scope: admin_only + +======================== +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: + +* administrative tasks on the command line, see the section called + “Launch and manage stacks”; + + .. note:: + There are no administration-specific tasks that can be done through + the dashboard. + +* the basic creation and deletion of Orchestration stacks, refer to the + `End User Guide`. + +.. TODO: add link to the new End User Guide on line 30 (old link: <http://docs. + openstack.org/user-guide/content/dashboard_stacks.html>`_), and reference + to Launch and manage stacks on the line 23 (old link: <http://docs.openstack. + org/user-guide-admin/content/section_cli_admin_manage_stacks.html>`_) (OL)