[Bug 1368545] Re: Value Type of http_connect_timeout is Wrong
Ubuntu Foundations Team Bug Bot
1368545 at bugs.launchpad.net
Fri Aug 7 16:18:51 UTC 2015
The attachment "Trusty Patch" seems to be a debdiff. The ubuntu-
sponsors team has been subscribed to the bug report so that they can
review and hopefully sponsor the debdiff. If the attachment isn't a
patch, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are member of the ~ubuntu-sponsors, unsubscribe
the team.
[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]
** Tags added: patch
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1368545
Title:
Value Type of http_connect_timeout is Wrong
Status in keystonemiddleware:
Fix Released
Status in python-keystoneclient:
Won't Fix
Status in python-keystoneclient package in Ubuntu:
New
Status in python-keystoneclient source package in Trusty:
New
Status in python-keystoneclient source package in Vivid:
New
Bug description:
[Impact]
we can't configure http_connect_timeout more than 1.
http_connect_timeout is defined as Boolean value in python-
keystoneclient and keystonemiddleware since python can treat a value
more than 1 as True. But oslo config defines Boolean values as 'true',
1, 'yes' and 'on'.
To be able to configure the value, keystoneclient and
keystonemiddleware should change the type of the config to Int.
[Test Case]
...need to be added...
[Regression Potential]
The change is minimal. That said, however, since the timeout value has only been set to limited values in the past, the fix enables a wider range of timeout values. This needs to be considered as part of the SRU testing.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystonemiddleware/+bug/1368545/+subscriptions
More information about the Ubuntu-sponsors
mailing list