mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Feature #4317: Fix bug in group bootstrap
This commit is contained in:
parent
1e8cb8468e
commit
69487d34c3
@ -68,7 +68,7 @@ GroupPool::GroupPool(SqlDB * db, vector<const VectorAttribute *> hook_mads,
|
||||
|
||||
group = new Group(USERS_ID, USERS_NAME);
|
||||
|
||||
group->sunstone_views("cloud","cloud","group_admin","group_admin,cloud");
|
||||
group->sunstone_views("cloud","cloud","groupadmin","groupadmin,cloud");
|
||||
|
||||
rc = PoolSQL::allocate(group, error_str);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user