Comment 3 for bug 1377330

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

Reviewed: https://review.openstack.org/141963
Committed: https://git.openstack.org/cgit/openstack/barbican/commit/?id=3c87f9aab71e7737d98df22db2e000b4c3d58bcb
Submitter: Jenkins
Branch: master

commit 3c87f9aab71e7737d98df22db2e000b4c3d58bcb
Author: Juan Antonio Osorio Robles <email address hidden>
Date: Tue Dec 16 04:23:29 2014 +0200

    Delete secret from plugin only if there's metadata

    If for some reason there is no metadata available for a certain
    secret, the secret deletion will fail, as it tries to delete it from
    the plugin first. This change makes that optional. Thus, now a secret
    with no metadata will either way be deleted from the database.

    Change-Id: Iab6699e300e9688f26dd39d0c947c9a45fb3384f
    Closes-Bug: 1377330