Comment 2 for bug 1284422

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

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

commit aabf0b525edc2e5063bdba72a33ea6db919423b6
Author: wanghong <email address hidden>
Date: Wed Feb 26 09:21:14 2014 +0800

    v3 endpoint create should require url

    The url parameter of endpoint object is not nullable in db, but we
    do not have a null check in api. So, when create a endpoint if I
    do not specify url parameter I will get a 500 reponse.
    This patch will add an attribute require check to url parameter.

    Change-Id: I9c8aa3bcb99ea5cb5e4e4d3306d8d222c6f074d1
    Closes-Bug: #1284422