1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-18 06:03:39 +03:00

L #-: bridge/update_nic

This commit is contained in:
Ruben S. Montero 2023-08-07 10:37:40 +02:00
parent c5d6ff1555
commit 373f32e54a
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -31,7 +31,7 @@ begin
hm = VNMMAD::NoVLANDriver.from_base64(template64, xpath_filter, deploy_id)
hm.update(vn_id)
#VF - Related changes
# VF - Related changes
hm.update_vf(hm.vm, vn_id)
rescue StandardError => e
OpenNebula.log_error(e.message)