An open API service indexing awesome lists of open source software.

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.

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