From ce13f5030aef08e618611b910ea817fe2b58c97e Mon Sep 17 00:00:00 2001 From: Daniel Molina Date: Thu, 4 Feb 2016 17:45:37 +0100 Subject: [PATCH] feature #4217: Remove user_flag from marketplace pool --- src/sunstone/models/SunstoneServer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sunstone/models/SunstoneServer.rb b/src/sunstone/models/SunstoneServer.rb index 99d315f4a7..d575294844 100644 --- a/src/sunstone/models/SunstoneServer.rb +++ b/src/sunstone/models/SunstoneServer.rb @@ -62,7 +62,7 @@ class SunstoneServer < CloudServer when "security_group" then SecurityGroupPoolJSON.new(client, user_flag) when "vdc" then VdcPoolJSON.new(client) when "vrouter" then VirtualRouterPoolJSON.new(client, user_flag) - when "marketplace" then MarketPlacePoolJSON.new(client, user_flag) + when "marketplace" then MarketPlacePoolJSON.new(client) when "marketplaceapp" then MarketPlaceAppPoolJSON.new(client, user_flag) else error = Error.new("Error: #{kind} resource not supported")