RETIRED, CloudFormation compatibile Heat client
Go to file
Zuul 27f9011d4c Merge "Switch to xena job template" 2021-06-01 02:36:19 +00:00
bin Remove six 2020-11-26 15:28:08 +08: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 Remove six 2020-11-26 15:28:08 +08: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 Switch to xena job template 2021-06-01 02:21:06 +00: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 "Switch to xena job template" 2021-06-01 02:36:19 +00:00
setup.py [ussuri][goal] Drop python 2.7 support and testing 2020-02-04 20:22:41 +01:00
test-requirements.txt Remove mox from test-requirements 2020-06-08 09:44:45 -05:00
tox.ini Switch to xena job template 2021-06-01 02:21:06 +00: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.