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
Dirk Mueller ede21a2688
Use Python 3.x compatible octal literals
10 years ago
bin Add a basic heat-manage 10 years ago
contrib Add unit test framework nose and associated helper scripts 11 years ago
doc update on_devstack doc 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 Use Python 3.x compatible octal literals 10 years ago
tools Rename requires files to standard names 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 Relax lxml version requirements. 10 years ago
run_tests.sh Clean up DB migrations when running unit tests 10 years ago
setup.cfg Add a basic heat-manage 10 years ago
setup.py Migrate to pbr. 10 years ago
test-requirements.txt Migrate test base class to testtools. 10 years ago
tox.ini Fix Hacking H304 Warnings 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