mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[cloudstack] fix image password_enabled field alias
This commit is contained in:
parent
0d2e1e54d3
commit
6086cc0d01
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ module Fog
|
|||
attribute :name
|
||||
attribute :os_type_id, :aliases => 'ostypeid'
|
||||
attribute :os_type_name, :aliases => 'ostypename'
|
||||
attribute :password_enabled, :aliases => 'ostypename'
|
||||
attribute :password_enabled, :aliases => 'passwordenabled'
|
||||
attribute :project
|
||||
attribute :project_id, :aliases => 'projectid'
|
||||
attribute :removed
|
||||
|
|
Loading…
Add table
Reference in a new issue