Comment 4 for bug 1408930

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

Reviewed: https://review.openstack.org/151560
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=75ed605a49ac8395a350c07e10ef2e782a1dc5d6
Submitter: Jenkins
Branch: stable/juno

commit 75ed605a49ac8395a350c07e10ef2e782a1dc5d6
Author: wanghong <email address hidden>
Date: Fri Jan 9 17:11:49 2015 +0800

    do parameter check before updating endpoint_group

    Currently, the update method of endpoint_group does parameter check
    after updating endpoint_group. This leads to a bug that invalid data
    will be updated successfully although api returns 400.

    Change-Id: I94c0034a7bed2fe5b6f183ae8ef8d82cba512344
    Closes-Bug: #1408930
    (cherry picked from commit 663411b8e4f2333086335cadd651c05f2e4a9134)