Comment 5 for bug 1747565

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

Reviewed: https://review.openstack.org/542134
Committed: https://git.openstack.org/cgit/openstack/keystonemiddleware/commit/?id=33a712bed791a94df2824fb1ace1a5c3f58342c1
Submitter: Zuul
Branch: master

commit 33a712bed791a94df2824fb1ace1a5c3f58342c1
Author: wangxiyuan <email address hidden>
Date: Thu Feb 8 19:04:36 2018 +0800

    Fix the AttributeError: __exit__ error

    The memcache client class actually has no __exit__ function.

    Remove the "with" usage to avoid the __exit__ error.

    Change-Id: I15b3d08f4afae289e7eb0848ff1db08141196d3c
    Closes-Bug: #1747565