1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

M #-: Show EXTERNAL IP in onevm show

This commit is contained in:
Ruben S. Montero 2021-01-14 17:20:00 +01:00
parent 496a63de02
commit 8a0c32cb5d
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -1013,6 +1013,7 @@ class OneVMHelper < OpenNebulaHelper::OneHelper
end
shown_ips << nic['IP'] if nic.key?('IP')
shown_ips << nic['EXTERNAL'] if nic.key?('EXTERNAL')
nic.merge!(nic_default) {|_k, v1, _v2| v1 }
array_id += 1