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:
parent
756cd88772
commit
ce13f5030a
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user