nova/nova/virt/disk
Sean Mooney 944c08ff76 lxc: make use of filter python3 compatible
_detect_nbd_devices uses the filter
builtin internally to filter valid devices.

In python 2, filter returns a list. In python 3,
filter returns an iterable or generator function.
This change eagerly converts the result of calling filter
to a list to preserve the python 2 behaviour under python 3.

Closes-Bug: #1840068

Change-Id: I25616c5761ea625a15d725777ae58175651558f8
(cherry picked from commit fc9fb383c1)
(cherry picked from commit e135afec85)
2019-09-17 18:48:21 +00:00
..
mount lxc: make use of filter python3 compatible 2019-09-17 18:48:21 +00:00
vfs Merge "Check the return code when forcing TCG mode with libguestfs" 2018-03-12 22:59:14 +00:00
__init__.py Remove vi modelines 2014-02-03 14:19:44 +00:00
api.py libvirt: Reduce calls to qemu-img during update_available_resource 2018-08-08 15:22:44 +01:00