nova/nova/tests
Sean Mooney fc9fb383c1 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
2019-08-13 22:29:57 +00:00
..
functional Merge "Add Instance.hidden field" 2019-08-13 02:52:00 +00:00
live_migration/hooks Replace git.openstack.org URLs with opendev.org URLs 2019-04-24 13:59:57 +08:00
unit lxc: make use of filter python3 compatible 2019-08-13 22:29:57 +00:00
__init__.py
fixtures.py Filter UnsupportedServiceVersion warning 2019-08-05 08:56:34 +09:00
json_ref.py Transform instance.exists notification 2018-06-05 12:51:30 +00:00