mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[aws|compute] add tagSet to describe format
This commit is contained in:
parent
56fa149664
commit
85255145e3
2 changed files with 9 additions and 7 deletions
|
@ -47,6 +47,7 @@ module Fog
|
||||||
'size' => size,
|
'size' => size,
|
||||||
'snapshotId' => snapshot_id,
|
'snapshotId' => snapshot_id,
|
||||||
'status' => 'creating',
|
'status' => 'creating',
|
||||||
|
'tagSet' => {},
|
||||||
'volumeId' => volume_id
|
'volumeId' => volume_id
|
||||||
}
|
}
|
||||||
@data[:volumes][volume_id] = data
|
@data[:volumes][volume_id] = data
|
||||||
|
|
|
@ -27,6 +27,7 @@ Shindo.tests('AWS::Compute | volume requests', ['aws']) do
|
||||||
'size' => Integer,
|
'size' => Integer,
|
||||||
'snapshotId' => NilClass,
|
'snapshotId' => NilClass,
|
||||||
'status' => String,
|
'status' => String,
|
||||||
|
'tagSet' => {},
|
||||||
'volumeId' => String
|
'volumeId' => String
|
||||||
}],
|
}],
|
||||||
'requestId' => String
|
'requestId' => String
|
||||||
|
|
Loading…
Add table
Reference in a new issue