Comment 7 for bug 1837870

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-ovn (stable/rocky)

Reviewed: https://review.opendev.org/673503
Committed: https://git.openstack.org/cgit/openstack/networking-ovn/commit/?id=cded136f5096d91c8da5b85e000d2c692464e2e0
Submitter: Zuul
Branch: stable/rocky

commit cded136f5096d91c8da5b85e000d2c692464e2e0
Author: Maciej Józefczyk <email address hidden>
Date: Thu Jul 25 10:28:13 2019 +0000

    Replace httplib2 with requests in metadata agent

    httplib2 uses PROTOCOL_TLSv1 which in fact restricts
    connection to TLS v1.0 only.
    This patch moves to use requests library that uses
    PROTOCOL_TLS, that supports all versions supported
    SSL library.
    Same change was made a while ago in neutron [0].

    [0] https://review.opendev.org/#/c/593641/

    Co-Authored-By: James Page <email address hidden>

    Change-Id: I0f57a1706d41836b35ffd33bb154af6a5667b7cd
    Closes-Bug: #1837870
    (cherry picked from commit c3b9cdccd6422d22f904e6594b392131fff7ed98)