Comment 6 for bug 1622310

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

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

commit 52642cc562f9398a145eda49b832fd55e39377fb
Author: Dave Chen <email address hidden>
Date: Tue Sep 13 19:00:11 2016 +0800

    Invalidate trust when the trustor or trustee is deleted

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

    The patch delete trust if the related trustee or trustor is
    deleted if the user is maintained by keystone.

    Change-Id: I67dac6b7bac8cb94575ceda4a3277847a2bcc2d8
    Partial-Bug: #1622310