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:
parent
528c717a99
commit
579f5558f3
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue