← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1523343] Re: It failed to update the user information when we do it from pencil icon in keystone v2.

 

Reviewed:  https://review.openstack.org/254011
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=6beefb372673e1d23f6cc4a9d787336086a7336e
Submitter: Jenkins
Branch:    master

commit 6beefb372673e1d23f6cc4a9d787336086a7336e
Author: kenji-ishii <ken-ishii@xxxxxxxxxxxxx>
Date:   Mon Dec 7 22:58:58 2015 +0900

    Modify update user info from pencil icon in keystone v2
    
    When we update the user info from pencil icon in User List,
    data doesn't have 'project' attribute.
    Therefore, date.pop('project') failed and exception occur.
    
    The v2 API updates user model and default project separately.
    And in User List, operator don't need to consider if a user
    have a default tenant.
    So we should check if data has a 'project' attribute and
    if data has no 'project' attribute, it will update only user info.
    
    Change-Id: I979bedeb8ddb15d3f7f171660ec9df4875edb53a
    Closes-Bug: #1523343


** Changed in: horizon
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1523343

Title:
  It failed to update the user information when we do it from pencil
  icon in keystone v2.

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  When we update the user info from pencil icon in User List,  data doesn't have 'project' attribute.
  Therefore, date.pop('project') failed.

  The v2 API updates user model and default project separately.
  So we should check if data has a project info.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1523343/+subscriptions


References