1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

feature #940: NIC/VLAN_ID is also a restricted attribute

This commit is contained in:
Ruben S. Montero 2011-10-24 17:09:03 +02:00
parent cf4f66069e
commit b777701c6b

View File

@ -23,7 +23,8 @@
const string VirtualMachineTemplate::RESTRICTED_ATTRIBUTES[] = {
"CONTEXT/FILES",
"DISK/SOURCE",
"NIC/MAC"
"NIC/MAC",
"NIC/VLAN_ID"
};
const int VirtualMachineTemplate::RS_ATTRS_LENGTH = 3;