1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-26 10:03:37 +03:00

Feature #4317: Add missing _UID to nic cleanup

This commit is contained in:
Carlos Martín 2016-04-11 12:37:44 +02:00
parent 84825ff8e8
commit b62e654721

View File

@ -107,6 +107,7 @@ define(function(require) {
delete nic["NETWORK"];
delete nic["NETWORK_ID"];
delete nic["NETWORK_UNAME"];
delete nic["NETWORK_UID"];
nic["NETWORK_ID"] = val;