Comment 6 for bug 1239476

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

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

commit da8a0ebde12e990ea3c2a493f7b12c765514f861
Author: Brant Knudson <email address hidden>
Date: Wed Oct 30 16:59:20 2013 -0500

    Fix KVS create_grant to not raise NotFound if no user/group

    The KVS assigment backend would fail with NotFound if the user
    or group didn't exist when calling create_grant while the SQL
    assignment backend did not fail.

    It's unreasonable to check if the user or group exists when
    creating a grant, so the KVS assignment backend is changed to
    not require the user or group to exist.

    Closes-Bug: #1239476
    Change-Id: I2d3b2fd82e7d4d33ac7158968d72cbfbe37528dc