yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #01710
[Bug 1137696] Re: Endpoint default config values fail to load with TypeError
** Changed in: keystone
Status: Fix Committed => Fix Released
** Changed in: keystone
Milestone: None => grizzly-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1137696
Title:
Endpoint default config values fail to load with TypeError
Status in OpenStack Identity (Keystone):
Fix Released
Bug description:
The API gives the following error:
{"error": {"message": "%d format: a number is required, not str",
"code": 400, "title": "Bad Request"}}
It's a TypeError from controllers.py which loads the default config.py
format string 'http://localhost:%(public_port)d/' and then tries to do
string substitution on that with values from the config file (which
are always strings, not numbers).
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1137696/+subscriptions