heat/heat/engine/resources/aws
Pavlo Shchelokovskyy 5781b740a3 Do not detach/re-attach volumes in AWS Instance
Currently during resource suspend/resume/delete we manually
detach/re-attach volumes on AWS Instance resource.

This is not needed, as Nova already keeps volumes attached
to suspended instances, so the volume attachments are readily
available on resume, and automatically detaches volumes on
instance termination.

Besides, since AWS CFN has no support for stack/resource suspend/resume,
we do not have to keep compatibility with any CFN behavior
in this regard.

Change-Id: I38234d68467b5a4036e1a474a1e89d10686e1c3e
Related-Bug: #1393268
2015-04-03 10:41:56 +00:00
..
autoscaling Add extra check for signal during DELETE or SUSPEND 2015-03-25 18:47:23 +03:00
cfn Move resource inheritance class to engine/resources 2015-03-10 18:07:46 +08:00
ec2 Do not detach/re-attach volumes in AWS Instance 2015-04-03 10:41:56 +00:00
iam Move resource inheritance class to engine/resources 2015-03-10 18:07:46 +08:00
lb Use configurable flavor for AWS LoadBalancer 2015-03-11 13:35:51 +00:00
s3 Move other aws resources to corresponding directory 2015-03-04 09:44:47 +08:00
__init__.py Split scaling policy into separate files 2014-08-27 20:27:19 +08:00