RETIRED, CloudFormation compatibile Heat client
Go to file
2021-06-01 02:26:02 +00:00
bin Update hacking for Python3 2020-03-31 06:50:24 +00:00
doc Fix Storyboard link to use openstack/heat 2021-06-01 10:16:41 +08:00
etc Initial import from heat repo. 2013-07-23 11:00:47 +12:00
heat_cfnclient Update hacking for Python3 2020-03-31 06:50:24 +00:00
.gitignore Fix the tox environment and requirements 2014-12-04 12:10:14 +10:00
.gitreview OpenDev Migration Patch 2019-04-19 19:29:14 +00:00
.testr.conf Initial import from heat repo. 2013-07-23 11:00:47 +12:00
.zuul.yaml [ussuri][goal] Drop python 2.7 support and testing 2020-02-04 20:22:41 +01:00
CONTRIBUTING.rst [ussuri][goal] Update contributor documentation 2021-05-31 20:31:52 +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
requirements.txt remove pycrypto from requirements.txt 2018-05-15 12:03:41 -05:00
setup.cfg Merge "Remove babel.cfg" 2021-06-01 02:26:02 +00:00
setup.py [ussuri][goal] Drop python 2.7 support and testing 2020-02-04 20:22:41 +01:00
test-requirements.txt Fix hacking min version to 3.0.1 2020-05-12 19:25:34 -05:00
tox.ini Update hacking for Python3 2020-03-31 06:50:24 +00:00

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.