1
0
Fork 0
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:
Wesley Beary 2013-04-17 08:54:13 -07:00
commit e1cfca8f20

View file

@ -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