Steve Baker
6f7239f67b
Fix Stack instance delete method
The current instance delete method assumes that a Stack instance can be passed to the manager delete method, however the manager delete method only accepts a stack identifier. Change-Id: I87c30be1ea43695b7e13953531ea282fd8d386f8
Python bindings to the Heat orchestration API
This is a client library for Heat built on the Heat orchestration
API. It provides a Python API (the heatclient
module) and a
command-line tool (heat
).
Development takes place via the usual OpenStack processes as outlined in the OpenStack wiki. The master repository is on GitHub.
See release notes and more at http://docs.openstack.org/developer/python-heatclient/.
Description
Languages
Python
100%