Skip to content

Commit

Permalink
Merge pull request fog#1759 from dm1try/cloudstack_fix_image_field
Browse files Browse the repository at this point in the history
[cloudstack] fix image password_enabled field alias
  • Loading branch information
geemus committed Apr 17, 2013
2 parents 8ca8a05 + 6086cc0 commit e1cfca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/cloudstack/models/compute/image.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Image < Fog::Model
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
Expand Down

0 comments on commit e1cfca8

Please sign in to comment.