[Bug 1368545] [NEW] Value Type of http_connect_timeout is Wrong
Launchpad Bug Tracker
1368545 at bugs.launchpad.net
Fri Aug 7 16:18:49 UTC 2015
You have been subscribed to a public bug by Ubuntu Foundations Team Bug Bot (crichton):
[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.
** Affects: keystonemiddleware
Importance: Medium
Assignee: Masahito Muroi (muroi-masahito)
Status: Fix Released
** Affects: python-keystoneclient
Importance: Undecided
Status: Won't Fix
** Affects: python-keystoneclient (Ubuntu)
Importance: Undecided
Status: New
** Affects: python-keystoneclient (Ubuntu Trusty)
Importance: Undecided
Status: New
** Affects: python-keystoneclient (Ubuntu Vivid)
Importance: Undecided
Status: New
** Tags: patch sts
--
Value Type of http_connect_timeout is Wrong
https://bugs.launchpad.net/bugs/1368545
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is subscribed to the bug report.
More information about the Ubuntu-sponsors
mailing list