heat/contrib
Bartosz Górski 518069f961 Fix timeout for stack actions
The problem is that the timeout for running any action (i.e. create or update)
on stack is not passed from parent stack to nested stack.
All heat resources which are internally implemented as StackResource are
affected. For example AutoScalingGroup always using default timeout
(60 minutes). If creating any of the instances will take more that it will
fail no matter what timeout you will pass creating stack.

Changes:
* removes hardcoded timeout (60 minutes)
* adds new config option to specify timeout for stack action
* if timeout was not specified for nested stack then timeout from parent
  is used
* adds test for StackResource and parser.Stack

Change-Id: I39494b75774988c625cb22cc7873d628c04d3228
Closes-Bug: 1287719
2014-04-09 07:35:37 +12:00
..
docker Add docker network_gateway attribute 2014-03-25 07:56:24 +01:00
extraroute Order imports in alphabetical order (1/9) 2014-03-11 15:42:51 +02:00
heat_keystoneclient_v2 Merge "Order imports in alphabetical order (1/9)" 2014-03-13 19:08:10 +00:00
marconi Restructure contrib/ directories 2014-03-03 10:49:28 -05:00
rackspace Fix timeout for stack actions 2014-04-09 07:35:37 +12:00