config/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
..
.eggs StarlingX open source release updates 2018-05-31 07:35:52 -07:00
contrib StarlingX open source release updates 2018-05-31 07:35:52 -07:00
doc/source Change openstack-dev to openstack-discuss 2018-12-04 23:37:31 -05:00
etc/sysinv CEPH support for 2 node configuration 2018-12-05 10:27:17 +02:00
scripts Remove container dependencies on sysinv-conductor shutdown 2018-12-03 16:23:57 -05:00
sysinv Fix: "filter" issue for Python 2/3 compatible code 2018-12-19 10:14:36 +08:00
tools StarlingX open source release updates 2018-05-31 07:35:52 -07:00
.coveragerc StarlingX open source release updates 2018-05-31 07:35:52 -07:00
.gitignore Update sysinv to not invoke ceph during unit testing 2018-10-02 13:19:43 -05:00
.stestr.conf Update sysinv to not invoke ceph during unit testing 2018-10-02 13:19:43 -05:00
CONTRIBUTING.rst 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
MANIFEST.in StarlingX open source release updates 2018-05-31 07:35:52 -07:00
README.rst StarlingX open source release updates 2018-05-31 07:35:52 -07:00
babel.cfg StarlingX open source release updates 2018-05-31 07:35:52 -07:00
openstack-common.conf 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 Extend sysinv to assign kubernetes labels to nodes 2018-08-24 15:40:48 -04:00
setup.cfg Merge "Cleanup unused generators and applications" 2018-12-11 16:27:36 +00:00
setup.py Add a zuul job for sysinv tox unittest 2018-08-13 16:34:06 +08: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

README.rst

Placeholder to allow setup.py to work. Removing this requires modifying the setup.py manifest.