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

feature #4217: Fix bootstrap of default marketplace for OpenNebula

Community
This commit is contained in:
Ruben S. Montero 2016-03-10 20:49:10 +01:00
parent 1fb5f9aeff
commit e0337999af

View File

@ -62,6 +62,10 @@ MarketPlacePool::MarketPlacePool(
marketplace->set_permissions(1,1,1, 1,0,0, 1,0,0, error);
marketplace->zone_id = Nebula::instance().get_zone_id();
marketplace->parse_template(error);
if (PoolSQL::allocate(marketplace, error) < 0)
{
ostringstream oss;