Comment 3 for bug 1534046

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

Reviewed: https://review.openstack.org/540254
Committed: https://git.openstack.org/cgit/openstack/python-glanceclient/commit/?id=195add500bac78637f94a008feee986b7800968d
Submitter: Zuul
Branch: master

commit 195add500bac78637f94a008feee986b7800968d
Author: Abijitha Nadagouda <email address hidden>
Date: Fri Feb 2 10:26:23 2018 +0530

    Removes unicode 'u' response from "glance image-tag-update"

    "glance image-tag-update" command returns unicoded response
    for lists. Therefore it requires print_list method from util
    class to handle such case. Added unicode_key_value_to_string()
    method to remove extra 'u' from lists and dictionaries. This
    fix is inspired from cinderclient's implementation.

    Change-Id: I16a04e8d34f7629f72fe389456001ca1db9335ea
    Closes-bug: #1534046