db33d99af2
BaseClient currently fails when non-ascii characters are passed in paramas and headers. This patch ensures those params are correctly encoded before the request is made. The patch adds strutils from oslo and updates gettextutils. Fixes bug: #1182824 Change-Id: I813d745d76700c77f1871b151a76ff8b72ea92d4
20 lines
346 B
Plaintext
20 lines
346 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
module=gettextutils
|
|
module=importutils
|
|
module=install_venv_common
|
|
module=jsonutils
|
|
module=local
|
|
module=log
|
|
module=notifier
|
|
module=policy
|
|
module=setup
|
|
module=strutils
|
|
module=timeutils
|
|
module=uuidutils
|
|
module=version
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=glance
|