1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00
This commit is contained in:
Tino Vazquez 2019-03-18 18:59:20 +01:00
parent 1fe909f6c3
commit 9941ac27da
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

View File

@ -630,7 +630,7 @@ class Template
RbVmomi::VIM::VirtualEthernetCardDistributedVirtualPortBackingInfo
if device.backing.is_a? vim_eth_dist_class
if device.backint.port.portKey &&
if device.backing.port.portKey &&
device.backing.port.portKey.match(/^[a-z]+-\d+$/)
ref = device.backing.port.portKey
elsif device.backing.port.portgroupKey &&