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:
parent
3f81b28a43
commit
c3278a1cc9
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue