1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

feature #4217: Remove user_flag from marketplace pool

This commit is contained in:
Daniel Molina 2016-02-04 17:45:37 +01:00
parent 756cd88772
commit ce13f5030a

View File

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