RETIRED, CloudFormation compatibile Heat client
Go to file
Steven Hardy c60d61a1ab add heat-watch to setup.cfg
Change-Id: I51cb0c9e51097ad0c5e029d6406e056b75d844bf
2013-08-14 17:00:59 +12:00
bin Initial import from heat repo. 2013-07-23 11:00:47 +12:00
doc Initial import from heat repo. 2013-07-23 11:00:47 +12:00
etc Initial import from heat repo. 2013-07-23 11:00:47 +12:00
heat_cfnclient Disable tests until new repo is stable 2013-08-14 10:12:20 +12: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 Initial import from heat repo. 2013-07-23 11:00:47 +12: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.