Comment 7 for bug 1783290

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

Reviewed: https://review.openstack.org/586232
Committed: https://git.openstack.org/cgit/openstack/python-glanceclient/commit/?id=f15d91d1c875ea6c012d377566292662f546aa3d
Submitter: Zuul
Branch: stable/rocky

commit f15d91d1c875ea6c012d377566292662f546aa3d
Author: wangxiyuan <email address hidden>
Date: Thu Jul 26 11:31:08 2018 +0800

    Skip quote '=' for token header

    If the token is encoded by base64, it may contain '=' char
    as well.

    We should skip quoting it.

    Change-Id: I1ca63d251fa366f0e8e58128d45b729a2489b65c
    Partial-Bug: #1783290
    (cherry picked from commit eba4bb06d9aeaaf18a7e393ae8c03d47bd052f20)