tripleo-heat-templates/docker
Bogdan Dobrelya a619d990c0 Address python3 string issues with subprocess
Follows up Id0060a3abbcda8edb6124eb096cb824aaea48396.
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
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>

Change-Id: I1a82c14d8c894cb6ea6c0c322c3fe5b71b34a11e
2019-01-23 16:08:57 +01:00
..
services Merge "Use net=none for *_init_log(s) containers" 2019-01-22 16:52:42 +00:00
README-containers.md Replace outdated instruction with link to upstream doc 2017-07-10 16:32:58 +02:00
docker-puppet.py Address python3 string issues with subprocess 2019-01-23 16:08:57 +01:00
docker-toool Set ulimit for neutron agent containers 2018-04-06 21:54:17 +05:30