Comment 5 for bug 1713574

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

Reviewed: https://review.openstack.org/510241
Committed: https://git.openstack.org/cgit/openstack/keystonemiddleware/commit/?id=74455d80575aa174db0217c5eae905eacab42d78
Submitter: Zuul
Branch: master

commit 74455d80575aa174db0217c5eae905eacab42d78
Author: Tin Lam <email address hidden>
Date: Thu Oct 5 21:47:30 2017 -0500

    Fix py3 byte/string error

    This patch set corrects a problem when the keystonemiddleware is
    executed with memcache encryption enabled. Currently, the
    hmac.new() calls throw exceptions in python3 due to how py2 and py3
    handles string vs. byte/bytearray.

    Co-Authored-By: Rohan Arora <email address hidden>

    Closes-Bug: #1713574
    Change-Id: I9bb291be48a094b9f266a8459a3f51ee163d33a3