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 e56fc689e1 Increase the timeout for the stop_stack message
Previously, the stop_stack message accidentally used the
engine_life_check_timeout (by default, 2s). But unlike other messages sent
using that timeout, stop_stack needs to synchronously kill all running
threads operating on the stack. For a very large stack, this can easily
take much longer than a couple of seconds. This patch increases the timeout
to give a better chance of being able to start the delete.

Change-Id: I4b36ed7f1025b6439aeab63d71041bb2000363a0
Closes-Bug: #1499669
7 years ago
api-ref/source Merge "[api-ref] Remove temporary block in conf.py" 7 years ago
bin Fix heat-keystone-setup-domain 7 years ago
contrib Merge "Add version keyword argument to RAX glanceclient" 7 years ago
devstack Merge "Don't run neutron tests before upgrade" 7 years ago
doc Add Ocata version '8.0.0' in doc 7 years ago
etc/heat Add resource OS::Cinder::QoSAssociation 7 years ago
heat Increase the timeout for the stop_stack message 7 years ago
heat_integrationtests Increase the timeout for the stop_stack message 7 years ago
heat_upgradetests In-tree grenade support for Heat 8 years ago
install-guide/source Install Guide: Set bug project 7 years ago
rally-scenarios Rally tests plugins for Heat 7 years ago
releasenotes Merge "Add resource OS::Cinder::QoSAssociation" 7 years ago
tools Don't raise error in custom guidelines on IOError 7 years ago
.coveragerc Change ignore-errors to ignore_errors 8 years ago
.gitignore Create integration tests requirements on the fly 7 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 Restrict use of iteritems, iterkeys and itervalues 7 years ago
LICENSE Initial commit (basics copied from glance) 11 years ago
README.rst Add aodh client plugin 7 years ago
babel.cfg Add setup.py and friends 11 years ago
bandit.yaml tox environment for `bandit` 8 years ago
config-generator.conf Move heat_keystoneclient to clients package 7 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
pylintrc Directives to not use variable names that conflict with pdb 11 years ago
requirements.txt Updated from global requirements 7 years ago
setup.cfg Add cinder qos specs constraint 7 years ago
setup.py Updated from global requirements 8 years ago
test-requirements.txt Updated from global requirements 7 years ago
tox.ini Run heat_integrationtests as a tempest plugin 7 years ago
uninstall.sh use stderr for error echo message 7 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 https://git.openstack.org/openstack/heat

Python client

https://git.openstack.org/cgit/openstack/python-heatclient

References

We have integration with