summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bug-1782404-c4e37bbc83756a89.yaml
blob: 852685c87b1a11e038935fb8524cf69131440e9a (plain)
1
2
3
4
5
6
7
8
---
fixes:
  - >
    [`bug 1782404 <https://bugs.launchpad.net/keystonemiddleware/+bug/1782404>`_]
    Keystonemiddleware incorrectly implemented an abstraction for the memcache
    client pool that utilized a `queue.Queue` `get` method instead of the
    supplied `acquire()` context manager. The `acquire()` context manager
    properly places the client connection back into the pool after `__exit__`.