mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Fix typo
This commit is contained in:
parent
1fe909f6c3
commit
9941ac27da
@ -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 &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user