glance/openstack-common.conf
Flaper Fesp db33d99af2 Encode headers and params
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
2013-05-29 15:00:27 +02:00

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