From 7fe1af2e7436fb0343a806567a07805fda7d2e4c Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Mon, 20 Apr 2020 17:03:16 -0700 Subject: [PATCH] Fix apache-libcloud at 2.6.1 which is working with downstream OSP Signed-off-by: Vasu Kulkarni --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6d9d54fbde..693b20d5a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ # pip-compile # ansible==2.8.2 -apache-libcloud==2.8.1 +apache-libcloud==2.6.1 appdirs==1.4.3 # via os-client-config argparse==1.4.0 asn1crypto==0.22.0 # via cryptography -- 2.39.5