Comment 2 for bug 1407661

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

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

commit 729c1ea723370ac91e4b483ec84f890321b7754f
Author: Lance Bragstad <email address hidden>
Date: Mon Jan 5 16:57:17 2015 +0000

    Loosen the validation schema used for trustee/trustor ids

    Previously, the jsonschema validator would match identifier strings to a
    regular expression representing something similar to a UUID. This is not always
    the case depending on how the user may have identifier strings setup in their
    deployment. This change allows for periods to be contained within an identifier
    string.

    Change-Id: I18d8a0347bab7c8c403368c53d24d144d36aa093
    Closes-Bug: #1407661