heat/heat/engine/resources
Pavlo Shchelokovskyy a484c73973 Remove TaskRunner from Volume resources
All the volume_tasks logic has been redistributed as methods of either
cinder or nova client plugins.

The logic of detaching was simplified and a check for out-of-band
changes is no longer executed.

The old VolumeAttachTask is left in place as it is still used in
creating the AWS::EC2::Instance resource.

Change-Id: I13f8e03ff090dd5f5739e5af231c77d066eb9eac
Partial-Bug: #1393268
2015-05-19 00:15:21 +03:00
..
aws Add address format check for property 2015-05-12 16:07:48 +08:00
openstack Remove TaskRunner from Volume resources 2015-05-19 00:15:21 +03:00
__init__.py Move other aws resources to corresponding directory 2015-03-04 09:44:47 +08:00
signal_responder.py Move resource inheritance class to engine/resources 2015-03-10 18:07:46 +08:00
stack_resource.py Use action in check_*_complete method 2015-05-06 05:53:21 -04:00
stack_user.py Move resource inheritance class to engine/resources 2015-03-10 18:07:46 +08:00
template_resource.py Update template paths for environment-mapped TemplateResources 2015-05-07 16:19:40 +12:00
volume_base.py Remove TaskRunner from Volume resources 2015-05-19 00:15:21 +03:00
wait_condition.py Use six.iterkeys(x) instead of x.keys() 2015-04-23 17:18:40 +03:00