https://github.com/steveb/heat-cfnclient
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.
https://github.com/steveb/heat-cfnclient
Last synced: over 1 year ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/steveb/heat-cfnclient
- Owner: steveb
- License: apache-2.0
- Created: 2013-07-22T22:53:59.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-22T23:03:10.000Z (about 13 years ago)
- Last Synced: 2025-02-08T19:34:57.398Z (over 1 year ago)
- Language: Python
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
===========================
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.
Related projects
----------------
* http://wiki.openstack.org/Heat