nova/nova/virt/libvirt
arches a19c38a6ab Skip checking of target_dev for vhostuser
Nova skips detaching of ovs dpdk interfaces
thinking that it's already detached because
get_interface_by_cfg() return no inteface.
This is due to _set_config_VIFVHostUser()
not setting target_dev in configuration while
LibvirtConfigGuestInterface sets target_dev
if tag "target" is found in the interface.

As target_dev is not a valid value for
vhostuser interface, it will not be checked
for vhostuser type.

Change-Id: Iaf185b98c236df47e44cda0732ee0aed1fd6323d
Closes-Bug: #1807340
2019-01-24 15:26:17 +00:00
..
storage Merge "Revert "Re-using the code of os brick cinder"" 2018-06-19 02:08:35 +00:00
volume libvirt: generalize rbd volume fallback removal statement 2018-12-21 17:07:49 -05:00
__init__.py Remove vi modelines 2014-02-03 14:19:44 +00:00
blockinfo.py libvirt: fix disk_bus handling for root disk 2018-09-21 17:46:13 +01:00
compat.py Remove translation of log messages 2017-06-13 11:20:28 +07:00
config.py libvirt: remove unused attribute driver for LibvirtConfigNodeDevice 2018-07-18 02:58:46 -04:00
designer.py add mtu to libvirt xml for ethernet and bridge types 2018-06-06 09:39:40 -04:00
driver.py Merge "libvirt: Support native TLS for migration and disks over NBD" 2019-01-11 11:42:55 +00:00
firewall.py Add missing ws seperator between words 2018-11-26 23:42:18 +00:00
guest.py Skip checking of target_dev for vhostuser 2019-01-24 15:26:17 +00:00
host.py Transform libvirt.error notification 2018-09-18 07:06:09 +00:00
imagebackend.py Imagebackend should call processutils.execute directly. 2018-12-12 09:38:20 +11:00
imagecache.py Move the dac_admin privsep code to a new location. 2017-09-18 23:14:11 +10:00
instancejobtracker.py Remove translation of log messages 2017-06-13 11:20:28 +07:00
migration.py libvirt: remove live_migration_progress_timeout config 2018-12-14 14:50:38 -05:00
utils.py Move nova.libvirt.utils away from using nova.utils.execute(). 2018-12-11 09:00:04 +11:00
vif.py Move some linux network helpers to use privsep. 2018-12-18 14:25:55 +11:00