Comment 8 for bug 1837393

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-tripleoclient (master)

Reviewed: https://review.opendev.org/674107
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=6521585912896c2c290c0ca15e6d5132aea77196
Submitter: Zuul
Branch: master

commit 6521585912896c2c290c0ca15e6d5132aea77196
Author: Alex Schultz <email address hidden>
Date: Thu Aug 1 12:48:06 2019 -0600

    Close resources correctly

    Under python3 not closing file handles or network resources correctly
    results in warnings being shown to the end user. This change switches
    the resource usage to properly close when we're done.

    Change-Id: Iaf08f7d7b919b154797cf8f10663f349424cd6a2
    Related-Bug: #1837393