From 6086cc0d011caafe8fe33656098fb5ba6a9056f3 Mon Sep 17 00:00:00 2001 From: Dmitry Dedov Date: Wed, 17 Apr 2013 13:35:21 +0300 Subject: [PATCH] [cloudstack] fix image password_enabled field alias --- lib/fog/cloudstack/models/compute/image.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fog/cloudstack/models/compute/image.rb b/lib/fog/cloudstack/models/compute/image.rb index 3cbc1efeb..c1f21717c 100644 --- a/lib/fog/cloudstack/models/compute/image.rb +++ b/lib/fog/cloudstack/models/compute/image.rb @@ -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