mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #2195 from blomquisg/openstack-availability-zone
Add alias for openstack availablilty zone server attribute
This commit is contained in:
commit
1b7120d269
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ module Fog
|
|||
attribute :progress
|
||||
attribute :accessIPv4
|
||||
attribute :accessIPv6
|
||||
attribute :availability_zone
|
||||
attribute :availability_zone, :aliases => 'OS-EXT-AZ:availability_zone'
|
||||
attribute :user_data_encoded
|
||||
attribute :state, :aliases => 'status'
|
||||
attribute :created, :type => :time
|
||||
|
|
Loading…
Add table
Reference in a new issue