Comment 5 for bug 1131087

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

Reviewed: https://review.openstack.org/23979
Committed: http://github.com/openstack/keystone/commit/e551104d7c08f35d4cbf02e0c86e15c31a25d974
Submitter: Jenkins
Branch: master

commit e551104d7c08f35d4cbf02e0c86e15c31a25d974
Author: Jason Cannavale <email address hidden>
Date: Fri Mar 8 21:13:48 2013 -0600

    Migrate roles from metadata to user_project_metadata

    migration 017 did not migrate existing roles from the metadata table
    that was created in 001. Adding a migration (20) that compares the roles
    in the metadata table (if any) and joins them to the new
    user_project_metadata role that matches the user and tenant from the old
    table. Also adding subsequent tests to check both of the issues above.
    bug 1131087

    Change-Id: I00ea6043d949c9c358827e25f05c63515fe5dea8