nova/nova/virt/disk/mount
Sean Mooney e135afec85 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)
2019-08-14 19:21:52 +00:00
..
__init__.py Remove vi modelines 2014-02-03 14:19:44 +00:00
api.py Fix type error on call to mount device 2019-06-27 12:51:29 +00:00
block.py Remove unused logging import and LOG global var 2015-12-25 18:01:12 +08:00
loop.py Move loopback setup and removal to privsep. 2017-10-24 18:50:33 +11:00
nbd.py lxc: make use of filter python3 compatible 2019-08-14 19:21:52 +00:00