python-tripleoclient/tripleoclient
Alex Schultz 285b887da6 Address python3 string issues with subprocess
This patch updates our Popen calls to enable universal newlines for
calls that we parse or consume the output for. Without
univeral_newlines=True, the output is treated as bytes under python3
which leads to issues later where we are using it as strings.

See https://docs.python.org/3/glossary.html#term-universal-newlines

Change-Id: Id0060a3abbcda8edb6124eb096cb824aaea48396
2018-08-20 16:30:23 -06:00
..
config Align roles file to become a normalized path 2018-07-26 12:06:20 +03:00
tests Re-use old fernet and credential keys in containerized undercloud 2018-08-16 16:27:51 +05:30
v1 Address python3 string issues with subprocess 2018-08-20 16:30:23 -06:00
workflows Merge "Use user specified ssh key when removing tmp key" 2018-08-19 02:50:13 +00:00
__init__.py Add ReNo support 2016-10-08 00:28:43 +00:00
command.py Add each command to the history file 2017-11-27 15:37:00 +00:00
constants.py Merge "New preflight check for the undercloud: disk space" 2018-08-06 21:45:36 +00:00
exceptions.py Handle negative/wrong answer in question when upgrading undercloud. 2018-08-03 16:13:11 +02:00
heat_launcher.py Address python3 string issues with subprocess 2018-08-20 16:30:23 -06:00
noauth_policy.json Add heat_launcher module to help launch heat-all 2017-02-08 15:49:24 -05:00
plugin.py Debug log the raw Zaqar message 2018-06-14 10:55:25 +01:00
utils.py Address python3 string issues with subprocess 2018-08-20 16:30:23 -06:00