mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Bug #2725: Use host cluster ID in sched authorization
This commit is contained in:
parent
0ca2083467
commit
71b0f53432
@ -556,6 +556,7 @@ void Scheduler::match_schedule()
|
||||
PoolObjectAuth host_perms;
|
||||
|
||||
host_perms.oid = host->get_hid();
|
||||
host_perms.cid = host->get_cid();
|
||||
host_perms.obj_type = PoolObjectSQL::HOST;
|
||||
|
||||
// Even if the owner is in several groups, this request only
|
||||
|
Loading…
x
Reference in New Issue
Block a user