config/sysinv/sysinv/sysinv/sysinv
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
..
agent replace end=' ' with end='' for print to file 2018-12-18 10:12:02 +08:00
api Fix: "filter" issue for Python 2/3 compatible code 2018-12-19 10:14:36 +08:00
cluster Fix: "filter" issue for Python 2/3 compatible code 2018-12-19 10:14:36 +08:00
cmd Fix: "dict" issue for Python 2/3 compatible code 2018-12-18 11:03:00 +08:00
common Fix: "filter" issue for Python 2/3 compatible code 2018-12-19 10:14:36 +08:00
conductor Fix: "filter" issue for Python 2/3 compatible code 2018-12-19 10:14:36 +08:00
db Fix: "dict" issue for Python 2/3 compatible code 2018-12-18 11:03:00 +08:00
helm Merge "Change compute node to worker node personality" 2018-12-14 20:41:54 +00:00
objects Fix: "dict" issue for Python 2/3 compatible code 2018-12-18 11:03:00 +08:00
openstack Fix: "filter" issue for Python 2/3 compatible code 2018-12-19 10:14:36 +08:00
puppet Fix: "filter" issue for Python 2/3 compatible code 2018-12-19 10:14:36 +08:00
tests Merge "Fix: "map" issue for Python 2/3 compatible code" 2018-12-18 16:27:35 +00:00
__init__.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
netconf.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
sanity_coverage.py Sysinv tox updates. Prepare for bandit reports and test reports 2018-06-29 13:25:09 -04:00
version.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00