← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1561612] Re: Can't edit users "Unable to update the user"

 

Reviewed:  https://review.openstack.org/297300
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=32510d8211a43d83ebac6478fce17a8856cf9a0c
Submitter: Jenkins
Branch:    master

commit 32510d8211a43d83ebac6478fce17a8856cf9a0c
Author: David Lyle <david.lyle@xxxxxxxxx>
Date:   Thu Mar 24 12:22:29 2016 -0600

    Fixing updating user with no default project
    
    The selector for setting the default project passes on an empty string
    if the value is not changed. This is causing an error from keystone as
    an empty string is not a valid project ID.
    
    To fix, a couple of things have been done:
    
    First, as user_update is a PATCH, we no longer pass on the default
    project as a parameter in the update when using keystone v3
    and the value did not change when editing the user.
    
    Second, there is currently no way to unset the default project
    using keystoneclient. An entry in the default project select
    "select a project" has been removed when the default project is
    already set. The entry was selectable and resulted in the
    problematic empty string. The current default project is already
    selected at load time. The ability to select a different default
    project is maintained.
    
    Additionally, keystone v2.0 functionality is not effected, as the
    default project id is required in v2.0.
    
    A test was added to cover the case of editing the default project.
    
    Closes-Bug: #1561612
    Change-Id: I3c84ee5c7af846b5a58f2dd0342a537d312323cf


** 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/1561612

Title:
  Can't edit users "Unable to update the user"

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  On Identity->Users it is not possible to change user info with the
  "Edit" action. After editing the UI shows "Unable to update the user"

  It looks like keystone it returning a Bad Request error. I'm not
  exactly finding it in the logs yet.

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


References