Comment 9 for bug 1523646

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

Reviewed: https://review.openstack.org/255323
Committed: https://git.openstack.org/cgit/openstack/castellan/commit/?id=43efbf1d5fc9b3ebfef38f2e4fa016c247fb15b1
Submitter: Jenkins
Branch: master

commit 43efbf1d5fc9b3ebfef38f2e4fa016c247fb15b1
Author: Dave McCowan <email address hidden>
Date: Wed Dec 9 10:37:24 2015 -0500

    Move line of code to ensure context and client stay in sync

    If the barbican_client.Client() throws an exception, then
    self._current_context will not match self._barbican_client.
    This fix moves a line of code down to ensure they will match.

    Change-Id: I4e6291d98d9b2d37b3d5063b9b20fbb093d254d4
    Closes-bug: #1523646