1
0
Fork 0
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:
geemus 2010-11-02 12:21:17 -07:00
parent 56fa149664
commit 85255145e3
2 changed files with 9 additions and 7 deletions

View file

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

View file

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