config/controllerconfig/controllerconfig
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
..
controllerconfig Fix: "filter" issue for Python 2/3 compatible code 2018-12-19 10:14:36 +08:00
scripts Change compute node to worker node personality 2018-12-13 14:15:55 -05:00
upgrade-scripts Fix 'print' issue for Python 2/3 compatible code. 2018-12-06 12:59:33 +08:00
.coveragerc StarlingX open source release updates 2018-05-31 07:35:52 -07:00
.gitignore Fix py27 tests in controllerconfig component 2018-09-06 12:27:08 -05:00
.testr.conf StarlingX open source release updates 2018-05-31 07:35:52 -07:00
LICENSE StarlingX open source release updates 2018-05-31 07:35:52 -07:00
pylint.rc Improve pylint checking in stx-config 2018-12-04 14:50:49 -06:00
requirements.txt StarlingX open source release updates 2018-05-31 07:35:52 -07:00
setup.py Support an Alternative Backup Restore Procedure 2018-11-08 18:36:46 -05:00
test-requirements.txt Properly enable hacking checks for flake8 2018-12-18 11:28:56 -06:00
tox.ini Properly enable hacking checks for flake8 2018-12-18 11:28:56 -06:00