Comment 5 for bug 1368545

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystonemiddleware (master)

Reviewed: https://review.openstack.org/126543
Committed: https://git.openstack.org/cgit/openstack/keystonemiddleware/commit/?id=c1eef68186ede3cc0bf521e34056489abea7fcd1
Submitter: Jenkins
Branch: master

commit c1eef68186ede3cc0bf521e34056489abea7fcd1
Author: Masahito Muroi <email address hidden>
Date: Tue Oct 7 20:57:46 2014 +0000

    Changing the value type of http_connect_timeout

    The value type of http_connect_timeout definition
    is changed from Bool to Int value. Python treats
    a value more than 1 as True but oslo config defines
    Boolean values as 'true, '1', 'yes' and 'on'.
    So http_connect_timeout is only configured 1 or None.

    Change-Id: I53075cc04d0ccea543f8e657279534208ed03058
    Closes-bug: #1368545