Current heatclient doesn't handle properly outgoing encode process. For resolving it, this patch implements a process to encode everything going out of the client, for example, prints. This patch used two new modules (gettextutils.py and strutils.py) taken from oslo-incubator in order to use safe_encode() and safe_decode(). Closes-Bug: #1249233 Change-Id: Ia8c955a80d68126cd9c1fd791bda3e331a2aa5c9
9 lines
195 B
Plaintext
9 lines
195 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
modules=importutils,gettextutils,strutils
|
|
module=py3kcompat
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=heatclient
|