diff --git a/lib/fog/cloudstack/models/compute/image.rb b/lib/fog/cloudstack/models/compute/image.rb index 3cbc1efebb..c1f21717c0 100644 --- a/lib/fog/cloudstack/models/compute/image.rb +++ b/lib/fog/cloudstack/models/compute/image.rb @@ -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