summaryrefslogtreecommitdiffstats
path: root/yardstick/orchestrator/__init__.py
diff options
context:
space:
mode:
authorHans Feldt <hans.feldt@ericsson.com>2015-05-21 07:37:49 +0200
committerHans Feldt <hans.feldt@ericsson.com>2015-05-22 11:48:57 +0000
commite7342fe222a8e33be845c34dd4d84023ea32287e (patch)
tree5324629444b22013a89e4b207e1abc09592f834b /yardstick/orchestrator/__init__.py
parentffc611b5666ff3a30881e012ff4edf6aa5578c5e (diff)
add orchestrator package with heat module
The heat module contains two classes, Template and Stack. Resources are added to a Template instance and then deployed. This returns a Stack instance that holds the output values from the deployment and that also has a method to undeploy - delete the stack. Change-Id: Ief3f75bbb015e5d43023b8d8e8ece49673572b13 JIRA: - Signed-off-by: Hans Feldt <hans.feldt@ericsson.com>
Diffstat (limited to 'yardstick/orchestrator/__init__.py')
-rw-r--r--yardstick/orchestrator/__init__.py0
1 files changed, 0 insertions, 0 deletions
diff --git a/yardstick/orchestrator/__init__.py b/yardstick/orchestrator/__init__.py
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/yardstick/orchestrator/__init__.py