deb-heat/heat/engine
Sirushti Murugesan 95fe521a18 Set the default state of a stack to CREATE_IN_PROGRESS
A stacks status is empty when originally entered into the database.
This leads to returning empty status responses back if the engine is
pre-occupied with other tasks.

This patch sets a stack's status to CREATE_IN_PROGRESS by default when
the stack object is created.

The stack object is only ever created during create and preview and is
loaded otherwise from the database in all the other scenarios.

Change-Id: Iab0892896b398530423bbe6c6a623376bf86590e
Closes-Bug: #1365399
2014-09-11 22:06:25 +05:30
..
cfn Use empty list in list_join for validation 2014-08-20 18:30:16 +02:00
clients Merge "Detect neutron endpoint on-the-fly" 2014-08-31 20:47:38 +00:00
hot replace dict.iteritems() with six.iteritems(dict) 2014-08-06 10:56:09 +08:00
notification Add missing "." to help strings 2014-08-28 19:21:12 +02:00
resources Merge "Fix usage of environment section constants" 2014-09-02 01:08:10 +00:00
__init__.py Do not initialize anything during import phase 2013-04-24 10:03:06 -07:00
api.py Set the default state of a stack to CREATE_IN_PROGRESS 2014-09-11 22:06:25 +05:30
attributes.py Refactor selecting values from an attribute 2014-07-15 10:21:56 -04:00
constraints.py Always convert string type params to string 2014-08-06 18:02:42 -04:00
dependencies.py replace dict.iteritems() with six.iteritems(dict) 2014-08-06 10:56:09 +08:00
environment.py Fix usage of environment section constants 2014-08-21 12:57:46 -05:00
event.py Cut down on warning logs 2014-08-27 14:15:01 +10:00
function.py Use six.add_metaclass instead of __metaclass__ 2014-07-21 08:09:39 +02:00
parameter_groups.py Replacing variable logger on LOG 2014-05-27 15:48:33 -04:00
parameters.py Allow JSON parameters in environment files 2014-08-29 13:41:07 -04:00
parser.py Move the Stack class into stack.py 2014-07-24 15:58:25 +10:00
plugin_manager.py replace dict.iteritems() with six.iteritems(dict) 2014-08-06 10:56:09 +08:00
properties.py Merge "Change type validate method of template resource" 2014-08-23 16:42:10 +00:00
resource.py Merge "Detect neutron endpoint on-the-fly" 2014-08-31 20:47:38 +00:00
rsrc_defn.py Add a method to freeze a ResourceDefinition 2014-08-27 19:07:13 -04:00
scheduler.py Allow concurrent tasks to complete after error 2014-08-27 19:07:13 -04:00
service.py Merge "Add show_nested to count_stacks RPC interface" 2014-09-01 23:35:14 +00:00
signal_responder.py Fix typos in comments and help strings 2014-08-13 13:54:24 +04:00
stack_lock.py Fix H201 violations and re-enable gating 2014-07-11 10:17:38 +08:00
stack_resource.py Merge "Fix usage of environment section constants" 2014-09-02 01:08:10 +00:00
stack_user.py stack user add _user_token 2014-07-21 15:29:07 +01:00
stack.py Set the default state of a stack to CREATE_IN_PROGRESS 2014-09-11 22:06:25 +05:30
support.py Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00
template.py Cut down on warning logs 2014-08-27 14:15:01 +10:00
timestamp.py Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00
update.py Use ResourceDefinition as 'before' in resource updates 2014-08-27 19:07:13 -04:00
watchrule.py Store clients in context 2014-07-21 13:00:21 -04:00