← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1575057] Re: 'domain' is not honored in local.group mapping

 

Reviewed:  https://review.openstack.org/310147
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=7567c5edf214bfbbee6d6acf7c130cd857324fc0
Submitter: Jenkins
Branch:    master

commit 7567c5edf214bfbbee6d6acf7c130cd857324fc0
Author: Gyorgy Szombathelyi <gyurco@xxxxxxxxxxx>
Date:   Tue Apr 26 11:31:38 2016 +0200

    Allow 'domain' property for local.group
    
    The JSON schema missed the domain property for the local group
    description, but it is requested by the code explicitly.
    
    Change-Id: If74aaf07b77399f1648843280153c7523de5eb38
    Closes-Bug: 1575057


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

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

Title:
  'domain' is not honored in local.group mapping

Status in OpenStack Identity (keystone):
  Fix Released

Bug description:
  The JSON schema for Federation mapping in Mitaka doesn't allow
  'domain' to be added to the local.group, but the code explicitly
  request it:

  2016-04-26 10:54:30.614 28203 ERROR keystone.common.wsgi   File "/usr/lib/python2.7/dist-packages/keystone/federation/utils.py", line 623, in _transform
  2016-04-26 10:54:30.614 28203 ERROR keystone.common.wsgi     domain = (group['domain'].get('name') or
  2016-04-26 10:54:30.614 28203 ERROR keystone.common.wsgi KeyError: 'domain'

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


References