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 db4bbad6a0
Rename part-handler.py to part_handler.py so it can be imported
10 years ago
bin Use Python 3.x compatible except construct 10 years ago
contrib Add unit test framework nose and associated helper scripts 11 years ago
doc API support for Environments 10 years ago
docs heat docs: deprecate old GettingStarted guide 10 years ago
etc Provide example config option for instance_user. 10 years ago
heat Rename part-handler.py to part_handler.py so it can be imported 10 years ago
tools Updated common module from oslo 10 years ago
.gitignore Use testr for running gate tests 10 years ago
.gitreview Update .gitreview for org move. 10 years ago
.testr.conf Enable running tests via testr 10 years ago
CONTRIBUTING.rst Add CONTRIBUTING file. 10 years ago
HACKING.rst Migrate test base class to testtools. 10 years ago
LICENSE Initial commit (basics copied from glance) 11 years ago
MANIFEST.in Add CONTRIBUTING.rst file. 10 years ago
README.rst Update the README to point to docs.openstack.org/developer/heat 10 years ago
babel.cfg Add setup.py and friends 11 years ago
install.sh install.sh non-root error should go to stderr 10 years ago
openstack-common.conf Add a basic heat-manage 10 years ago
pylintrc Directives to not use variable names that conflict with pdb 11 years ago
requirements.txt Remove unused python-memcached from requirements. 10 years ago
run_tests.sh Clean up DB migrations when running unit tests 10 years ago
setup.cfg Restore babel setup config options 10 years ago
setup.py Migrate to pbr. 10 years ago
test-requirements.txt Remove explicit distribute depend. 10 years ago
tox.ini Fix and enable H303 and F403 No wildcard (*) import. 10 years ago
uninstall.sh Add uninstall script for Heat 11 years ago

README.rst

HEAT

Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a CloudFormation-compatible Query API.

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:openstack/heat.git

Python client

https://github.com/openstack/python-heatclient

References

We have integration with