Comment 18 for bug 1523646

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (stable/liberty)

Reviewed: https://review.openstack.org/266678
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=aa2fdfc47a835dfffdacd25e33818a761a407c8e
Submitter: Jenkins
Branch: stable/liberty

commit aa2fdfc47a835dfffdacd25e33818a761a407c8e
Author: Dave McCowan <email address hidden>
Date: Mon Dec 7 14:25:24 2015 -0500

    Check context before returning cached value

    The key manager caches the value of barbican client to be reused,
    saving an extra call to keystone. The cached value is only
    applicable to the current context, so the context must be checked
    before returning the cached value.

    Change-Id: Ib10909a098fb2cd070129c239b6d3b95edc8fea0
    Closes-Bug: #1523646
    (cherry picked from commit 0832a0355381229ece235440a9c5de1301e51d07)