Comment 1 for bug 1886037

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

Reviewed: https://review.opendev.org/740779
Committed: https://git.openstack.org/cgit/starlingx/nfv/commit/?id=b39bc8c0349e68373d30360c1d99ad02c7b262aa
Submitter: Zuul
Branch: master

commit b39bc8c0349e68373d30360c1d99ad02c7b262aa
Author: Bart Wensley <email address hidden>
Date: Mon Jul 13 14:01:27 2020 -0500

    Add REST API timeouts to nfv-client

    The VIM's nfv-client sends REST API messages to the VIM, but it
    currently does not set a timeout for these calls. In the case
    where a message is lost, the nfv-client would block forever,
    causing the calling process to hang.

    Fixing this by adding timeouts to the nfv-client to ensure that
    all REST API messages it sends will timeout even in the case of
    lost messages.

    Change-Id: Iba06924fb7bd14a1ee3362b4fd19aa4114dc34cd
    Partial-Bug: 1886037
    Signed-off-by: Bart Wensley <email address hidden>