Comment 15 for bug 1523646

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

Reviewed: https://review.openstack.org/254358
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=676a53ce44a5624a553e80bcff339300802d5494
Submitter: Jenkins
Branch: master

commit 676a53ce44a5624a553e80bcff339300802d5494
Author: Dave McCowan <email address hidden>
Date: Mon Dec 7 14:28:52 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.

    Closes-Bug: #1523646

    Change-Id: I7cd7f1ba8a749b230c611e4fb20ccf4127354c35