mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[compute|aws] Make volumes format more flexible
This commit is contained in:
parent
b0f4d2448c
commit
eaab751b4b
1 changed files with 2 additions and 2 deletions
|
@ -22,12 +22,12 @@ Shindo.tests('AWS::Compute | volume requests', ['aws']) do
|
|||
@volumes_format = {
|
||||
'volumeSet' => [{
|
||||
'availabilityZone' => String,
|
||||
'attachmentSet' => [],
|
||||
'attachmentSet' => Array,
|
||||
'createTime' => Time,
|
||||
'size' => Integer,
|
||||
'snapshotId' => Fog::Nullable::String,
|
||||
'status' => String,
|
||||
'tagSet' => {},
|
||||
'tagSet' => Hash,
|
||||
'volumeId' => String
|
||||
}],
|
||||
'requestId' => String
|
||||
|
|
Loading…
Reference in a new issue