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:
parent
1fb5f9aeff
commit
e0337999af
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user