1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[rackspace|block_storage] updated Volume#create to honor snapshot_id attribute

This commit is contained in:
Kyle Rames 2013-09-09 11:08:23 -05:00
parent 528c717a99
commit 579f5558f3

View file

@ -104,7 +104,8 @@ module Fog
:display_name => display_name,
:display_description => display_description,
:volume_type => volume_type,
:availability_zone => availability_zone
:availability_zone => availability_zone,
:snapshot_id => attributes[:snapshot_id]
})
merge_attributes(data.body['volume'])
true