Bugfix: command "openstack image list" failed 71/27071/1
authorchenjiankun <chenjiankun1@huawei.com>
Tue, 17 Jan 2017 02:54:08 +0000 (02:54 +0000)
committerchenjiankun <chenjiankun1@huawei.com>
Tue, 17 Jan 2017 02:54:08 +0000 (02:54 +0000)
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.3.0 and osc-lib version to 1.3.0

Change-Id: Ia480feb3621be97a4a97bb027685cc438e01c53e
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
requirements.txt

index 1f9d851..8f03c87 100644 (file)
@@ -53,6 +53,7 @@ pycrypto==2.6.1
 pyflakes==1.0.0
 pyparsing==2.1.0
 pyrsistent==0.11.12
+osc-lib==1.3.0
 python-cinderclient==1.9.0
 python-glanceclient==2.5.0
 python-heatclient==1.5.0
@@ -60,7 +61,7 @@ python-keystoneclient==3.6.0
 python-mimeparse==1.5.1
 python-neutronclient==6.0.0
 python-novaclient==6.0.0
-python-openstackclient==3.3.0
+python-openstackclient==3.7.0
 python-subunit==1.2.0
 python-swiftclient==3.0.0
 pytz==2015.7