Comment 2 for bug 1888676

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-tripleoclient (stable/train)

Reviewed: https://review.opendev.org/742678
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=9e08f1ead2988d1bbb54e193bdd7dfd6118b68f3
Submitter: Zuul
Branch: stable/train

commit 9e08f1ead2988d1bbb54e193bdd7dfd6118b68f3
Author: Alex Schultz <email address hidden>
Date: Thu Jul 23 08:04:42 2020 -0600

    [TRAIN-and-older] Properly close sockets

    Currently we properly close the ipv4 socket when we're check for nodes
    to become available. This change adds additional closes to ensure we
    clean up the sockets when we're done with them while we wait.

    Note this code was removed in Ussuri so this is a <= train only patch

    Change-Id: Ie1711972e2fdb2af80b50a2bf514fc46151ae4f3
    Closes-Bug: #1888676