From 562addbfea60460c29e919495b3b9c3bf8991a34 Mon Sep 17 00:00:00 2001 From: Kyr Shatskyy Date: Fri, 15 Nov 2019 12:48:41 +0100 Subject: [PATCH] deps: bump apache-libcloud from 1.5.0 to 2.6.0 Signed-off-by: Kyr Shatskyy Signed-off-by: Thomas Bechtold --- requirements.txt | 2 +- teuthology/provision/cloud/test/test_openstack.py | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 409ce2a4f3..f679027a4a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ # pip-compile # ansible==2.8.2 -apache-libcloud==1.5.0 +apache-libcloud==2.6.0 appdirs==1.4.3 # via os-client-config argparse==1.4.0 asn1crypto==0.22.0 # via cryptography diff --git a/teuthology/provision/cloud/test/test_openstack.py b/teuthology/provision/cloud/test/test_openstack.py index 02a046cbe2..fe3c092402 100644 --- a/teuthology/provision/cloud/test/test_openstack.py +++ b/teuthology/provision/cloud/test/test_openstack.py @@ -135,6 +135,10 @@ class TestOpenStackBase(object): 'libcloud.common.openstack' '.OpenStackBaseConnection.get_endpoint', ) + self.patchers['m_connect'] = patch( + 'libcloud.common.base' + '.Connection.connect', + ) self.patchers['m_sleep'] = patch( 'time.sleep' ) -- 2.39.5