libvirt: fix direct OVS plugging
The commit cd17662878
introduced a error
when doing direct OVS plugging.
Closes-bug: #1497896
Change-Id: I6f0ac3085d2dc4345dddd4647fccb540941669e5
This commit is contained in:
parent
cd17662878
commit
c85137c8b7
@ -70,7 +70,6 @@ def set_vif_host_backend_ovs_config(conf, brname, interfaceid, tapname=None):
|
||||
conf.add_vport_param("interfaceid", interfaceid)
|
||||
if tapname:
|
||||
conf.target_dev = tapname
|
||||
conf.script = ""
|
||||
|
||||
|
||||
def set_vif_host_backend_802qbg_config(conf, devname, managerid,
|
||||
|
Loading…
Reference in New Issue
Block a user