Comment 7 for bug 1622310

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

Reviewed: https://review.openstack.org/384444
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=f0319c752aab6241b0b2aa52e4e91c17878f98d9
Submitter: Jenkins
Branch: master

commit f0319c752aab6241b0b2aa52e4e91c17878f98d9
Author: Dave Chen <email address hidden>
Date: Mon Oct 10 19:29:31 2016 +0800

    Invalidate trust when the related project is deleted

    The trust without a valid project is useless and will no longer
    be active since the id of project is a random number and only
    assigned when it created.

    The patch invalidate the trust if the related project is deleted.

    Change-Id: I51214c46ef5332c159b1e18bbd7046d12aba4a65
    Closes-Bug: #1622310