mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
feature #360: RANK is now an admin attribute, only oneadmin group can bypass the scheduler policy
This commit is contained in:
parent
ad60b53d47
commit
eff71e6e7f
@ -24,7 +24,8 @@ const string VirtualMachineTemplate::RESTRICTED_ATTRIBUTES[] = {
|
||||
"CONTEXT/FILES",
|
||||
"DISK/SOURCE",
|
||||
"NIC/MAC",
|
||||
"NIC/VLAN_ID"
|
||||
"NIC/VLAN_ID",
|
||||
"RANK"
|
||||
};
|
||||
|
||||
const int VirtualMachineTemplate::RS_ATTRS_LENGTH = 3;
|
||||
|
Loading…
x
Reference in New Issue
Block a user