config/sysinv/sysinv/sysinv/sysinv/conductor
Sun Austin 9d5675fdf6 Fix: "filter" issue for Python 2/3 compatible code
Replace filter(lambda obj: test(obj), data) with
 [obj for obj in data if test(obj)]

Story: 2003433
Task: 28380

Change-Id: I69262226bb454319be6b3d2a1c3c64bb7bb3357c
Signed-off-by: Sun Austin <austin.sun@intel.com>
2018-12-19 10:14:36 +08:00
..
__init__.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
ceph.py Fix: "filter" issue for Python 2/3 compatible code 2018-12-19 10:14:36 +08:00
kube_app.py Fix: "dict" issue for Python 2/3 compatible code 2018-12-18 11:03:00 +08:00
manager.py Fix: "filter" issue for Python 2/3 compatible code 2018-12-19 10:14:36 +08:00
openstack.py Change compute node to worker node personality 2018-12-13 14:15:55 -05:00
rpcapi.py Change compute node to worker node personality 2018-12-13 14:15:55 -05:00