OpenStack Orchestration (Heat)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Steven Dake da698d0bd2
Lock to pep 1.1
11 years ago
bin heat API : return response body as XML not JSON 11 years ago
contrib Add unit test framework nose and associated helper scripts 11 years ago
docs Add heat-db-setup.1 manual page 11 years ago
etc Authentication Overhaul 11 years ago
heat Raise NotFound exceptions from database 11 years ago
templates add user auth to ha template 11 years ago
tools Lock to pep 1.1 11 years ago
.gitignore Align with project standards. 11 years ago
.gitreview Update gitreview for new Stackforge remote 11 years ago
HACKING.rst Directives to not use variable names that conflict with pdb 11 years ago
LICENSE Initial commit (basics copied from glance) 11 years ago
MANIFEST.in Remove cfntools and jeos 11 years ago
README.rst renaming CloudFormations to CloudFormation 11 years ago
babel.cfg Add setup.py and friends 11 years ago
install.sh Add install.sh 11 years ago
openstack-common.conf Align with project standards. 11 years ago
pylintrc Directives to not use variable names that conflict with pdb 11 years ago
run_tests.sh Add option to exclude pep8 examination to run_test.sh. 11 years ago
setup.cfg Align with project standards. 11 years ago
setup.py Align with project standards. 11 years ago
tox.ini Lock to pep 1.1 11 years ago

README.rst

HEAT

This is an OpenStack style project that provides a REST API to orchestrate multiple cloud applications implementing well-known standards such as AWS CloudFormation and TOSCA.

Currently the developers are focusing on AWS CloudFormation but are watching the development of the TOSCA specification.

Why heat? It makes the clouds rise and keeps them there.

Getting Started -----------

If you'd like to run from the master branch, you can clone the git repo:

git clone git@github.com:heat-api/heat.git

Follow the steps: https://github.com/heat-api/heat/wiki/HeatGettingStarted

References