1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[Openstack|Volumes] alias type to volume_type

This makes the changes consistent with how it previously worked.
This commit is contained in:
Grzesiek Kolodziejczyk 2013-07-18 17:32:20 +02:00
parent 3f81b28a43
commit c3278a1cc9

View file

@ -12,7 +12,7 @@ module Fog
attribute :display_description, :aliases => 'displayDescription'
attribute :status
attribute :size
attribute :volume_type, :aliases => 'volumeType'
attribute :volume_type, :aliases => ['volumeType', 'type']
attribute :snapshot_id, :aliases => 'snapshotId'
attribute :imageRef, :aliases => 'image_id'
attribute :availability_zone, :aliases => 'availabilityZone'