1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-22 13:33:52 +03:00

Feature #4217: Fix MarketPlaceAppPoolJSON

This commit is contained in:
Daniel Molina 2016-02-09 16:07:01 +01:00
parent c53425c0ed
commit 7a3234e659

View File

@ -32,5 +32,5 @@ module OpenNebulaJSON
class VdcPoolJSON < OpenNebula::VdcPool; include JSONUtils; end
class VirtualRouterPoolJSON < OpenNebula::VirtualRouterPool; include JSONUtils; end
class MarketPlacePoolJSON < OpenNebula::MarketPlacePool; include JSONUtils; end
class MarketpPlaceAppPoolJSON < OpenNebula::MarketPlaceAppPool; include JSONUtils; end
class MarketPlaceAppPoolJSON < OpenNebula::MarketPlaceAppPool; include JSONUtils; end
end