OpenStack Orchestration (Heat)
You cannot 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 69e44dbb17 Don't repeatedly overwrite definitions in RG rolling update
On each batch, we were returning the names of all the resources that had
been added/updated on previous batches, as well as the ones to add/update
in this batch. This patch changes it so we only return the names of the
resources to be added/updated in this batch. This should result in no
change in behaviour, since the previously-updated resources will retain
their existing (updated) definition.

Change-Id: I4879303ec0ae74bfe929429fd8844bb37d30cf13
Partially-Implements: blueprint scaling-group-common
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 Don't repeatedly overwrite definitions in RG rolling update 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 10 years ago
.gitignore Ignore .eggs directory (created by the new pbr) 8 years ago
.gitreview Update .gitreview for org move. 11 years ago
.testr.conf Add separate requirements.txt to integration tests 8 years ago
CONTRIBUTING.rst Workflow documentation is now in infra-manual 9 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