Go to file
Thomas Herve 68bf3fcaad Fix race condition in stack listing
When listing stacks, we first load them from the database, and then we
load their template in a different transaction. If a stack is deleted in
the mean time, loading the template will raise a NotFound exception, and
will make the listing returns NotFound, instead of ignoring that stack.
This patch handles the exception and continue to try to load stacks.

Change-Id: Iba6db81e3c10310955928fe723b84b5f62fc3fc1
Closes-Bug: #1508390
2015-10-21 16:00:08 +02:00
2015-10-08 15:13:52 +03:00
2015-10-21 16:00:08 +02:00
2015-10-08 20:10:54 +05:30
2012-12-02 17:46:15 +00:00
2012-03-14 09:25:54 +11:00
2015-07-08 09:13:35 -04:00
2015-04-28 16:47:07 -04:00
2015-06-23 08:30:39 +02:00
2015-10-06 21:20:36 +05:30
2015-09-22 10:40:48 +00:00
2012-06-23 22:41:30 -04:00

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

Python client

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

References

We have integration with

Description
OpenStack Orchestration (Heat)
Readme 218 MiB
Languages
Python 99.5%
Shell 0.5%