Comment 14 for bug 999084

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

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

commit f2103ffdcd2523662f791c01aaf94709cec06cf3
Author: Lance Bragstad <email address hidden>
Date: Thu Oct 30 21:58:29 2014 +0000

    Implement validation on the Identity V3 API

    Use JSONSchema to validate CRUD operations on the V3 Identity resources.
    This includes wrapping the create and update methods for Users and
    Groups.

    Co-Authored-By: Lin Hua Cheng <email address hidden>

    Change-Id: Ia260838c85f897c52740217d8d222bb86edc11c6
    bp: identity-api-validation
    Closes-Bug: #999084
    Closes-Bug: #1387605