Comment 2 for bug 1540462

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

Reviewed: https://review.openstack.org/274865
Committed: https://git.openstack.org/cgit/openstack/vmware-nsx/commit/?id=1e1df3bdcba2e23e20da6609b6ab4ac2203e513f
Submitter: Jenkins
Branch: master

commit 1e1df3bdcba2e23e20da6609b6ab4ac2203e513f
Author: Boden R <email address hidden>
Date: Mon Feb 1 12:31:33 2016 -0700

    NSX-v3 http read timeout

    This patch exposes a new config property named
    http_read_timeout in the nsx_v3 group of nsx.ini
    which allows users to configure a HTTP read timeout
    separately from http connect timeout (set via http_timeout).
    With this addition users can provide finer grained timeout
    settings for their deployed env.

    A unit test is also included.

    backport: liberty

    Change-Id: I6bcb142329e348c7b2224daf32bd3f648ff2af77
    Closes-Bug: #1540462