RETIRED, CloudFormation compatibile Heat client
Go to file
Cao Xuan Hoang 32555c34a0 Remove support for py26
Python 2.6 is not supported from Mitaka, as per Infra.
This patch removes the support for the same.

Change-Id: I966be07c8c7117d39182753b14c1c500c14cdf28
2017-01-23 15:18:34 +07:00
bin Remove all remaining oslo-incubator modules 2016-11-11 08:42:27 +05:30
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 Clean imports in code 2016-11-17 10:24:43 +07:00
.gitignore Fix the tox environment and requirements 2014-12-04 12:10:14 +10: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 Update HACKING URL 2015-12-30 14:39:25 +00: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
requirements.txt Remove all remaining oslo-incubator modules 2016-11-11 08:42:27 +05:30
setup.cfg Remove support for py26 2017-01-23 15:18:34 +07:00
setup.py Fix the tox environment and requirements 2014-12-04 12:10:14 +10:00
test-requirements.txt Fix py27 tests 2015-12-30 15:38:51 +01:00
tox.ini Remove support for py26 2017-01-23 15:18:34 +07: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.