yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #49953
[Bug 1575057] [NEW] 'domain' is not honored in local.group mapping
Public bug reported:
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'
** Affects: keystone
Importance: Undecided
Status: New
--
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):
New
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
Follow ups