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:
parent
cf4f66069e
commit
b777701c6b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user