← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1260439] Re: Error message when creating a user with the default member role

 

** Changed in: horizon/icehouse
       Status: Fix Committed => 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/1260439

Title:
  Error message when creating a user with the default member role

Status in OpenStack Dashboard (Horizon):
  Fix Released
Status in OpenStack Dashboard (Horizon) icehouse series:
  Fix Released

Bug description:
  When you create a new user with the same role, from the roles list, as
  the default member role set in keystone.conf, Horizon shows the error
  message "Unable to add user to primary project". Even with this
  message, the user is created and the member role is granted to the
  user in the selected project.

  If you look the keystone.log file, you will see the following warning:

  " WARNING keystone.common.wsgi [-] Conflict occurred attempting to
  store role grant. User <user_id> already has role <role_id> in tenant
  <tenant_id>"

  Example:
  I have the "member_role_name = _member_" entry in my keystone.conf file.
  When I create a User called "Test_User" in the project "Test_Project" with the role "_member_", the error message is shown.

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


References