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
Zane Bitter 01c334f017
Refactor ResourceGroup._get_batches() to be much, much simpler
8 years ago
bin Add console_scripts entry points for all heat services 8 years ago
contrib Move Resource exceptions to common module (3) 8 years ago
devstack/upgrade In-tree grenade support for Heat 8 years ago
doc Merge "Add information about new get_attr functionality" 8 years ago
etc/heat Add a preview endpoint for stack updates 8 years ago
heat Refactor ResourceGroup._get_batches() to be much, much simpler 8 years ago
heat_integrationtests Move TestResource in-tree 8 years ago
heat_upgradetests In-tree grenade support for Heat 8 years ago
rally-scenarios Fix outdated link in sample plugin 8 years ago
tools Add a way to run py34 tests from file 8 years ago
.coveragerc Enabled source code coverage for contrib directory 9 years ago
.gitignore Ignore .eggs directory (created by the new pbr) 8 years ago
.gitreview Update .gitreview for org move. 10 years ago
.testr.conf Add separate requirements.txt to integration tests 8 years ago
CONTRIBUTING.rst Workflow documentation is now in infra-manual 8 years ago
HACKING.rst cleanup of hacking.rst heat doc 8 years ago
LICENSE Initial commit (basics copied from glance) 11 years ago
README.rst update integration list in README 8 years ago
babel.cfg Add setup.py and friends 11 years ago
bandit.yaml tox environment for `bandit` 8 years ago
config-generator.conf Fix config generator for oslo.service 8 years ago
install.sh install.sh: stop using deprecated option group for rabbit 8 years ago
openstack-common.conf Switch to oslo.service 8 years ago
py3-testlist py34: heat.tests.api (1) 8 years ago
pylintrc Directives to not use variable names that conflict with pdb 11 years ago
requirements.txt Remove unused requirement 8 years ago
setup.cfg Add console_scripts entry points for all heat services 8 years ago
setup.py Updated from global requirements 8 years ago
test-requirements.txt Updated from global requirements 8 years ago
tox.ini Run py34 first in default tox run 8 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