Comment 7 for bug 932258

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

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

commit d61aedaf868d984f1c317a73b362a2e7a366ef89
Author: Yong Sheng Gong <email address hidden>
Date: Sun Mar 18 23:56:35 2012 +0800

    unique role name constraint

      For SQL identity backend, add unique constraint with column definition;
    for kvs and ldap backend, use python code to apply this constraint.
    Test cases test_create_duplicate_role_name_fails and test_rename_duplicate_role_name_fails are added to guard it.
    python run_tests.py test_backend_ldap test_backend_kvs test_backend_sql pass.

    bug 932258.

    Change-Id: I990f17a270e84d35c078f215c587a81d6784c192