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

M #-: Add comment to saveas (#4560)

This commit is contained in:
Christian González 2020-04-20 13:18:31 +02:00 committed by GitHub
parent b309d034d9
commit 272bf36404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -914,6 +914,8 @@ module OpenNebula
end
REMOVE_VNET_ATTRS.each do |attr|
# Remove every automatically generated value
# The vnet will be referenced via NAME + UNAME (if defined)
nic.delete_element(attr)
end