From 75a03f9ba151beb20eeb71fb7a4b740ce6f5d698 Mon Sep 17 00:00:00 2001 From: Georgios Kyratsas Date: Fri, 10 Jan 2020 14:55:59 +0100 Subject: [PATCH] use libloud 2.8.0 version Suggesting using 2.8.0 version of apache-libcloud that introduces a fix on openstack driver. (https://github.com/apache/libcloud/pull/1367 is fixing issue https://github.com/apache/libcloud/issues/1365) Signed-off-by: Georgios Kyratsas --- requirements2.txt | 2 +- requirements3.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements2.txt b/requirements2.txt index 888c41260..08c0aedae 100644 --- a/requirements2.txt +++ b/requirements2.txt @@ -5,7 +5,7 @@ # pip-compile --output-file=requirements2.txt # ansible==2.8.2 -apache-libcloud==2.6.0 +apache-libcloud==2.8.0 appdirs==1.4.3 # via os-client-config argparse==1.4.0 atomicwrites==1.1.5 # via pytest diff --git a/requirements3.txt b/requirements3.txt index 07e796b96..e3d621887 100644 --- a/requirements3.txt +++ b/requirements3.txt @@ -5,7 +5,7 @@ # pip-compile --output-file=requirements3.txt # ansible==2.8.2 -apache-libcloud==2.6.0 +apache-libcloud==2.8.0 appdirs==1.4.3 # via os-client-config argparse==1.4.0 atomicwrites==1.1.5 # via pytest -- 2.47.3