[Bug 1368545] Re: Value Type of http_connect_timeout is Wrong

Jorge Niedbalski 1368545 at bugs.launchpad.net
Tue Aug 11 13:27:57 UTC 2015


** Changed in: python-keystoneclient (Ubuntu)
       Status: New => In Progress

** Changed in: python-keystoneclient (Ubuntu Trusty)
       Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to python-keystoneclient in Ubuntu.
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:
  In Progress
Status in python-keystoneclient source package in Trusty:
  In Progress
Status in python-keystoneclient source package in Vivid:
  In Progress

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-openstack-bugs mailing list