Comment 6 for bug 1214686

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

Reviewed: https://review.openstack.org/48341
Committed: http://github.com/openstack/keystone/commit/94539925b10770d28eae799dee7ffaf29705ee77
Submitter: Jenkins
Branch: master

commit 94539925b10770d28eae799dee7ffaf29705ee77
Author: David Stanek <email address hidden>
Date: Fri Sep 20 15:51:41 2013 +0000

    Adds tests for user extra attribute behavior

    Extra attributes (not directly defined on the model) are stashed away
    in a JSON blob. When returning a user entity they are pulled from the
    blob and added directly to the entity.

    Change-Id: Ic85b692dda2530efa2ef9833a8a8eed0b12bc7fb
    Related-Bug: #1214686