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

Jorge Niedbalski 1368545 at bugs.launchpad.net
Fri Aug 7 14:23:29 UTC 2015


** Patch added: "Utopic Patch"
   https://bugs.launchpad.net/ubuntu/+source/python-keystoneclient/+bug/1368545/+attachment/4441087/+files/fix-lp-1368545-utopic.patch

-- 
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:
  New

Bug description:
  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.

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