deb-heat/heat/engine/resources/aws/ec2
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
..
__init__.py Move AWS::EC2::* resources to heat/engine/resources/aws/ec2 2015-03-04 09:25:41 +08:00
eip.py Move AWS::EC2::* resources to heat/engine/resources/aws/ec2 2015-03-04 09:25:41 +08:00
instance.py Do not detach/re-attach volumes in AWS Instance 2015-04-03 10:41:56 +00:00
internet_gateway.py Move AWS::EC2::* resources to heat/engine/resources/aws/ec2 2015-03-04 09:25:41 +08:00
network_interface.py Apply neutron subnet constraint 2015-03-13 11:53:05 +08:00
route_table.py Apply neutron subnet constraint 2015-03-13 11:53:05 +08:00
security_group.py Move AWS::EC2::* resources to heat/engine/resources/aws/ec2 2015-03-04 09:25:41 +08:00
subnet.py Move AWS::EC2::* resources to heat/engine/resources/aws/ec2 2015-03-04 09:25:41 +08:00
volume.py Move AWS::EC2::* resources to heat/engine/resources/aws/ec2 2015-03-04 09:25:41 +08:00
vpc.py Move neutron resources to /engine/resources/openstack/neutron 2015-03-06 11:00:43 +08:00