** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => icehouse-1
-- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1239476 Title: kvs and sql assignment backend create_grant checks user/group existence Status in OpenStack Identity (Keystone): Fix Released Bug description: The kvs assignment backend checks that the user and group exists, whereas the SQL backend does not. The contract for both should be the same, so pick one behavior or the other. Seems like we should be checking here, since creating something. kvs: https://github.com/openstack/keystone/blob/master/keystone/assignment/backends/kvs.py#L347 sql: https://github.com/openstack/keystone/blob/master/keystone/assignment/backends/sql.py#L97 To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1239476/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp