yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #03705
[Bug 1190978] Re: Unable to get local config from wsgi middleware
** Changed in: keystone
Status: Fix Committed => Fix Released
** Changed in: keystone
Milestone: None => havana-2
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1190978
Title:
Unable to get local config from wsgi middleware
Status in OpenStack Identity (Keystone):
Fix Released
Bug description:
I am unable to get the local configuration for a wsgi middleware:
[filter:myfilter]
factory = ...
variable = foo
I am expecting to get the __init__ method called with kwargs =
{"variable": "foo"} but it is not. This is because the
keystone.common.wsgi.Middleware.factory() method returns cls(app)
instead of cls(app, **local_config)
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1190978/+subscriptions