yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #37499
[Bug 1490764] Re: Wrong handling of domain_id passed as None
domain_id is not a variable, it can't be None
as in:
https://github.com/openstack/keystone/blob/master/keystone/common/controller.py#L743
This step is just to judge whether ref['domain_id'] is already exists
** Changed in: keystone
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1490764
Title:
Wrong handling of domain_id passed as None
Status in Keystone:
Invalid
Bug description:
Keystone does not handle the domain_id passed as none in controller
layer, as in:
https://github.com/openstack/keystone/blob/master/keystone/common/controller.py#L743
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1490764/+subscriptions
References