mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #1759 from dm1try/cloudstack_fix_image_field
[cloudstack] fix image password_enabled field alias
This commit is contained in:
commit
e1cfca8f20
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…
Reference in a new issue