Comment 2 for bug 1182824

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to glance (master)

Reviewed: https://review.openstack.org/30112
Committed: http://github.com/openstack/glance/commit/db33d99af2b16ae81f815c63a6aea851318a2b34
Submitter: Jenkins
Branch: master

commit db33d99af2b16ae81f815c63a6aea851318a2b34
Author: Flaper Fesp <email address hidden>
Date: Wed May 22 15:40:48 2013 +0200

    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