]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Implement the "Volumes" property of Instances
authorAngus Salkeld <asalkeld@redhat.com>
Tue, 12 Feb 2013 06:53:56 +0000 (17:53 +1100)
committerAngus Salkeld <asalkeld@redhat.com>
Tue, 12 Feb 2013 06:53:56 +0000 (17:53 +1100)
commitb019ec2690957b373a88bc3ac767b2704e144dc1
treec4ca90def8b88ddfed6a94ee06a30decdf340ca4
parentc66415ef885292b64c61b19dece305698f27968f
Implement the "Volumes" property of Instances

This moves the attachment code to clients so both instance
and volume can use it.

bug: 1101119
Change-Id: Id412110ceb74b3b5316f591d03898312691f2a3e
heat/engine/clients.py
heat/engine/resources/instance.py
heat/engine/resources/volume.py
heat/tests/test_volume.py
templates/EC2WithEBSSample.template [new file with mode: 0644]