update/cgcs-patch/cgcs-patch/cgcs_patch
Sun Austin 53f6f3bcb6 Update config to set values as string, rather than unicode
A prior update config for python2/3 compatibility resulted
in config values being set as unicode rather than strings. This
ended up breaking patching on IPv6 systems, as the lib,
if_nametoindex function used by patching in configuration of its
multicast addresses does not properly handle unicode.
As a result, the patching daemons were unable to communicate with
each other.

This update to tsconfig/config casts the values as str() to
restore it to the previous behaviour.

Closes-Bug:1800195

Change-Id: Ie7ac29728e81d2e5fcb80cde34d723c1480566d0
Signed-off-by: Sun Austin <austin.sun@intel.com>
2018-11-02 09:41:29 +08:00
..
api Fix dict related issues for Python 2/3 compatible code. 2018-09-07 10:49:15 +08:00
authapi Fix StringIO and ConfigParser import issue for Python2/3 compatible code. 2018-09-07 10:36:01 +08:00
templates StarlingX open source release updates 2018-05-31 07:37:12 -07:00
__init__.py Resolve bashate and pep8 warnings 2018-08-08 19:36:58 -05:00
app.py Add pylint support 2018-08-24 09:19:44 -05:00
base.py Fix pep8/flake8 Error 2018-09-12 08:40:21 +08:00
certificates.py Resolve bashate and pep8 warnings 2018-08-08 19:36:58 -05:00
config.py Update config to set values as string, rather than unicode 2018-11-02 09:41:29 +08:00
constants.py Fix pep8/flake8 Error 2018-09-12 08:40:21 +08:00
exceptions.py Add pylint support 2018-08-24 09:19:44 -05:00
messages.py StarlingX open source release updates 2018-05-31 07:37:12 -07:00
patch_agent.py Fix pep8/flake8 Error 2018-09-12 08:40:21 +08:00
patch_client.py Fix pep8/flake8 Error 2018-09-12 08:40:21 +08:00
patch_controller.py Fix pep8/flake8 Error 2018-09-12 08:40:21 +08:00
patch_functions.py Fix pep8/flake8 Error 2018-09-12 08:40:21 +08:00
patch_signing.py Add pylint support 2018-08-24 09:19:44 -05:00
patch_verify.py Add pylint support 2018-08-24 09:19:44 -05:00
utils.py Fix pep8/flake8 Error 2018-09-12 08:40:21 +08:00