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:
parent
496a63de02
commit
8a0c32cb5d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user