Comment 11 for bug 959294

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

Reviewed: https://review.openstack.org/6207
Committed: http://github.com/openstack/keystone/commit/7d08d12cea96910145f05499ba7d124603d7c4f6
Submitter: Jenkins
Branch: milestone-proposed

commit 7d08d12cea96910145f05499ba7d124603d7c4f6
Author: Adam Gandelman <email address hidden>
Date: Mon Apr 2 14:21:43 2012 -0700

    Remove tenant membership during user deletion

    Remove users' tenant membership on user deletion. Resolves a FK constraint
    issue that previously went unnoticed due to testing against database
    configurations that do not support FK constraints (MyISAM).

    Fixes LP bug 959294.

    Update: * Move tenant membership cleanup to the sql identity backend
            * Add a test case to test_backend_sql

    Change-Id: Ib4f5da03033f7886b36d1ab3b8b4ac37f08b2e0e