From 8eb19666b3968932a317d005a66348e2456fb612 Mon Sep 17 00:00:00 2001 From: chenjiankun Date: Thu, 19 Jan 2017 11:07:12 +0000 Subject: Bugfix: command "openstack image list" failed JIRA: YARDSTICK-537 Now the openstackclient version is set to 3.3.0, but it cannot support osc-lib 1.3.0 whose version is automatic set. So I set openstackclient version to 3.7.0 and osc-lib version to 1.2.0 Change-Id: If4ccd517f6a572f6c463270596d0e1019ba9a1e6 Signed-off-by: chenjiankun --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8f03c8717..107e8dee4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -53,7 +53,7 @@ pycrypto==2.6.1 pyflakes==1.0.0 pyparsing==2.1.0 pyrsistent==0.11.12 -osc-lib==1.3.0 +osc-lib==1.2.0 python-cinderclient==1.9.0 python-glanceclient==2.5.0 python-heatclient==1.5.0 -- cgit 1.2.3-korg