Comment 9 for bug 959294

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

Reviewed: https://review.openstack.org/6109
Committed: http://github.com/openstack/keystone/commit/75a8dfef51f3566cd5d4cacee41f34bbbf9d15bd
Submitter: Jenkins
Branch: master

commit 75a8dfef51f3566cd5d4cacee41f34bbbf9d15bd
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