diff options
author | chenjiankun <chenjiankun1@huawei.com> | 2017-01-19 11:07:12 +0000 |
---|---|---|
committer | chenjiankun <chenjiankun1@huawei.com> | 2017-01-19 11:07:12 +0000 |
commit | 8eb19666b3968932a317d005a66348e2456fb612 (patch) | |
tree | b9ba4b9f5fbfa17cafec6fc30c059f9d32c85b40 | |
parent | ea706beda50f87ae37799bd8f0313d177909a4ff (diff) |
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 <chenjiankun1@huawei.com>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |