1
0
Fork 0
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:
Aaron Suggs 2011-05-18 16:18:14 -04:00
parent b0f4d2448c
commit eaab751b4b

View file

@ -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