Comment 2 for bug 1406721

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

Reviewed: https://review.openstack.org/144658
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=71d8c6e4d4692c5515b0642e1dfb72e0a83e53fa
Submitter: Jenkins
Branch: master

commit 71d8c6e4d4692c5515b0642e1dfb72e0a83e53fa
Author: Henry Nash <email address hidden>
Date: Wed Dec 31 20:11:25 2014 +0000

    Ensure manager grant methods throw exception if role_id is invalid.

    We currently don't test whether the assignment manager/driver
    grant methods correctly throw a RoleNotFound exception if the role
    is invalid. This patch adds a test for this.

    Such a test will be useful to ensure this functionality is
    maintained as we migrate roles to their own backend.

    Change-Id: I51e87129fb3efcc1abae9c59915eaca38eb91227
    Closes-bug: 1406721