python-muranoclient/muranoclient
Andy Botting 9142eebe03 Decode PrettyTable output before printing for Python3
In Python3 the pretty table output is a binary type (encoded)
so print function output looks like

b'+-----+-----+\n| foo | bar |\n+-----+-----++\n

instead of

+-----+-----+
| foo | bar |
+-----+-----+

This commit adds a PY3 check and decodes the output before printing.

This brings Murano client in line with other clients which have this
fix already (e.g. Nova, Heat, Cinder, etc)

Change-Id: I102c28828a3ec96266600dd82dcddd8bcf42318d
2016-08-24 09:55:03 +10:00
..
common Decode PrettyTable output before printing for Python3 2016-08-24 09:55:03 +10:00
data Update package composing command 2015-04-10 16:11:59 +00:00
glance Further refactor of Glare API urls 2016-05-19 13:47:15 +03:00
openstack Add __ne__ built-in function 2016-07-05 15:32:37 +08:00
osc Add package create to openstack CLI 2016-08-08 13:46:16 +00:00
tests Add package create to openstack CLI 2016-08-08 13:46:16 +00:00
v1 Merge "Support for Schemas API was added" 2016-08-06 01:34:06 +00:00
__init__.py Add --version parameter for murano python client 2015-06-22 16:01:45 +00:00
client.py KEERO-320 - Fix all occurrences of old names (keero, glazier) in python client 2013-04-26 02:00:15 +04:00
i18n.py Use oslo_i18n instend of gettextutils 2015-12-14 12:46:53 +00:00
shell.py Fix client could not init glance client 2016-06-21 12:30:19 +00:00
version.py Cherry-pick following change-ids from release-0.2. 2013-09-03 15:15:02 +04:00