Comment 6 for bug 1276857

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

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

commit 1d201973b5a263da544d06a40d880a26f37c3ad6
Author: Brant Knudson <email address hidden>
Date: Thu Feb 6 09:09:55 2014 -0600

    Correctly normalize consumer fields on update

    The self._normalize_dict() function in ConsumerCrudV3 creates a
    copy of the consumer passed in and doesn't modify it, so this
    line of code didn't do anything. The code is changed to use the
    result as the new consumer rather than discarding it.

    Closes-Bug: #1276857
    Change-Id: Iec7573001ad73f0dc9192a4e74b1c35adc2cda4c