config/sysinv/sysinv/sysinv/sysinv/cmd
Sun Austin 375b4bc121 Fix: others issues for Python 2/3 compatible code
1)adding from functools import reduce
2)replace func.func_name with func.__name__
3)from six.moves import filter, replace
  itertools.ifilter with filter
4)if in PY3, use __self__ insdeed of im_self
5)replace xmlrpclib with six.moves.xmlrpc_client
6)replace commands with subprocess
7)rename Queue to six.moves.queue
8)change lambda (x):func(x), to lambda x:func(x)
9)remove wrap_exception function in sysinv/common/exception.py
  and delete sysinv/common/safe_utils.py since it is not used

Story: 2003433
Task: 28371

Change-Id: I32f1b65ca90fe6ff5b7d77c5815dcf2775eb8f76
Signed-off-by: Sun Austin <austin.sun@intel.com>
2018-12-19 10:20:56 +08:00
..
__init__.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
agent.py Add code for sanity coverage 2018-06-29 13:15:05 -04:00
api.py Add code for sanity coverage 2018-06-29 13:15:05 -04:00
conductor.py Add code for sanity coverage 2018-06-29 13:15:05 -04:00
dbsync.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
dnsmasq_lease_update.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
helm.py Fix 'print' issue for Python 2/3 compatible code. 2018-12-06 12:59:33 +08:00
manage-partitions Fix: "dict" issue for Python 2/3 compatible code 2018-12-18 11:03:00 +08:00
partition_info.sh Fixing linters errors E010, E011, E020, E041,E043, E003, E001,E042 2018-09-11 21:47:40 +08:00
puppet.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
query_pci_id Open vSwitch integration with host and configuration framework 2018-06-14 16:03:52 -05:00
sysinv_deploy_helper.py Fix: others issues for Python 2/3 compatible code 2018-12-19 10:20:56 +08:00
upgrade.py Fixing Tox Pep8 errors of type F821 2018-07-20 13:33:08 -04:00