RETIRED, CloudFormation compatibile Heat client
Go to file
Jeremy Stanley f4361c59d1 Workflow documentation is now in infra-manual
Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.

Change-Id: I71aef6da9f9ce3fa83e30039a69f4d1f9cd81ed5
2014-12-05 03:30:41 +00:00
bin Use six.moves.urllib.parse instead of urlparse 2014-02-12 18:10:50 +08:00
doc Fix misspellings in heat-cfnclient 2014-02-07 14:16:49 +08:00
etc Initial import from heat repo. 2013-07-23 11:00:47 +12:00
heat_cfnclient Merge "Use six.moves.urllib.parse instead of urlparse" 2014-02-24 01:52:41 +00:00
tools Initial import from heat repo. 2013-07-23 11:00:47 +12:00
.gitignore Initial import from heat repo. 2013-07-23 11:00:47 +12:00
.gitreview Add missing .gitreview 2013-08-13 19:53:37 +10:00
.testr.conf Initial import from heat repo. 2013-07-23 11:00:47 +12:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:41 +00:00
HACKING.rst Initial import from heat repo. 2013-07-23 11:00:47 +12:00
LICENSE Initial import from heat repo. 2013-07-23 11:00:47 +12:00
MANIFEST.in Initial import from heat repo. 2013-07-23 11:00:47 +12:00
README.rst Initial import from heat repo. 2013-07-23 11:00:47 +12:00
babel.cfg Initial import from heat repo. 2013-07-23 11:00:47 +12:00
openstack-common.conf Initial import from heat repo. 2013-07-23 11:00:47 +12:00
requirements.txt Initial import from heat repo. 2013-07-23 11:00:47 +12:00
run_tests.sh Initial import from heat repo. 2013-07-23 11:00:47 +12:00
setup.cfg add heat-watch to setup.cfg 2013-08-14 17:00:59 +12:00
setup.py Initial import from heat repo. 2013-07-23 11:00:47 +12:00
test-requirements.txt Initial import from heat repo. 2013-07-23 11:00:47 +12:00
tox.ini Initial import from heat repo. 2013-07-23 11:00:47 +12:00

README.rst

Heat CloudFormation Clients

Heat server includes API implementations which aim to be CloudFormation and CloudWatch compatible. This project contains client utilities which consume these APIs. It is recommended that most interaction with Heat is done instead through the native REST API, using a client such as python-heatclient.

Utilities in this repository include: heat-cfn - Manages heat templates via Heat's legacy CloudFormation API heat-boto - As for heat-cfn, but using the boto library to access Heat's legacy CloudFormation API heat-watch - An admin utility to manage alarms and metrics via Heat's minimal CloudWatch compatible API.