python-tripleoclient/tripleoclient/v1
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
..
releasenotes/notes New preflight check for the undercloud: disk space 2018-08-03 07:46:00 +02:00
__init__.py Rename rdomanager_oscplugin to tripleoclient 2015-09-08 10:22:22 -04:00
container_image.py Merge "Prepare defaults, defer detecting undercloud registry" 2018-07-31 07:21:14 +00:00
overcloud_config.py Add arg to remove config-dir for config-download 2018-04-20 00:38:33 +00:00
overcloud_credentials.py Changes Creation Of overcloudrc File to Call Workflow 2018-06-29 09:46:25 -04:00
overcloud_delete.py Fix overcloud delete command 2018-06-12 12:48:49 +02:00
overcloud_deploy.py Align roles file to become a normalized path 2018-07-26 12:06:20 +03:00
overcloud_execute.py Add each command to the history file 2017-11-27 15:37:00 +00:00
overcloud_external_update.py Update/upgrade commands for services with external installers 2018-07-27 09:01:37 +02:00
overcloud_external_upgrade.py Update/upgrade commands for services with external installers 2018-07-27 09:01:37 +02:00
overcloud_ffwd_upgrade.py Remove --container-registry-file parameter from * upgrade clis 2018-08-07 15:54:26 +02:00
overcloud_image.py Merge "Allow to specify the image type to upload" 2018-07-26 08:50:57 +00:00
overcloud_netenv_validate.py Add each command to the history file 2017-11-27 15:37:00 +00:00
overcloud_node.py Actually use the arch and platform to select appropriate images 2018-07-10 11:16:27 +10:00
overcloud_parameters.py Merge "Make ipmi lanplus the default in auto fencing" 2018-06-05 02:45:24 +00:00
overcloud_plan.py overcloud plan deployment status 2018-05-16 21:04:28 -04:00
overcloud_plan_roles.py Add workflows-based role listing commands 2018-01-11 15:10:08 +00:00
overcloud_profiles.py Merge "Report node availability from "overcloud profiles list"" 2017-12-27 12:47:31 +00:00
overcloud_raid.py Add each command to the history file 2017-11-27 15:37:00 +00:00
overcloud_roles.py Add workflows-based role listing commands 2018-01-11 15:10:08 +00:00
overcloud_support.py Add each command to the history file 2017-11-27 15:37:00 +00:00
overcloud_update.py Remove --container-registry-file parameter from * upgrade clis 2018-08-07 15:54:26 +02:00
overcloud_upgrade.py Remove --container-registry-file parameter from * upgrade clis 2018-08-07 15:54:26 +02:00
tripleo_config.py Generate ansible.cfg for UC/standalone deployments 2018-07-12 12:11:41 +00:00
tripleo_deploy.py Re-use old fernet and credential keys in containerized undercloud 2018-08-16 16:27:51 +05:30
tripleo_upgrade.py Replace logging with oslo_log for upgrade classes 2018-05-23 11:45:21 +00:00
undercloud.py Handle negative/wrong answer in question when upgrading undercloud. 2018-08-03 16:13:11 +02:00
undercloud_backup.py Use i18n for undercloud installer and utils messages 2018-05-21 16:38:03 +02:00
undercloud_config.py Merge "undercloud: Disable CA path if user-provided cert is used" 2018-08-09 01:08:48 +00:00
undercloud_deploy.py Make standalone role name configurable 2018-05-23 10:36:53 -06:00
undercloud_preflight.py Address python3 string issues with subprocess 2018-08-20 16:30:23 -06:00