1
0
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:
Ruben S. Montero 2011-12-15 11:57:52 +01:00
parent ad60b53d47
commit eff71e6e7f

View File

@ -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;