diff options
author | JingLu5 <lvjing5@huawei.com> | 2016-12-08 19:49:46 +0800 |
---|---|---|
committer | Jing Lu <lvjing5@huawei.com> | 2016-12-08 12:20:56 +0000 |
commit | db1299f7876f64028f7b4ddb150d6b0c316dac6e (patch) | |
tree | d4338b77c3106792877ec1dee34500da2c45046e | |
parent | 6d8123f78a63292cf8be65bf7a347a5867bd5220 (diff) |
BugFix: Upgrade python-novaclient and other dependencies
JIRA: YARDSTICK-454
The python-novalient need to upgraded to fix the error in jenkin CI joid environment.
Related dependencies also need to be updated.
Change-Id: I63ce57aadbd46f159df2b5371caf3725e311ab34
Signed-off-by: JingLu5 <lvjing5@huawei.com>
-rw-r--r-- | requirements.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/requirements.txt b/requirements.txt index e391c9210..6b4edf3f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ netaddr==0.7.18 netifaces==0.10.4 nose==1.3.7 openstacksdk==0.8.1 -os-client-config==1.16.0 +os-client-config==1.22.0 oslo.config==3.9.0 oslo.i18n==3.4.0 oslo.serialization==2.4.0 @@ -52,19 +52,19 @@ pycrypto==2.6.1 pyflakes==1.0.0 pyparsing==2.1.0 pyrsistent==0.11.12 -python-cinderclient==1.6.0 -python-glanceclient==2.0.0 -python-heatclient==1.0.0 -python-keystoneclient==2.3.1 +python-cinderclient==1.9.0 +python-glanceclient==2.5.0 +python-heatclient==1.5.0 +python-keystoneclient==3.6.0 python-mimeparse==1.5.1 -python-neutronclient==4.1.1 -python-novaclient==3.3.0 -python-openstackclient==2.2.0 +python-neutronclient==6.0.0 +python-novaclient==6.0.0 +python-openstackclient==3.3.0 python-subunit==1.2.0 python-swiftclient==3.0.0 pytz==2015.7 PyYAML==3.11 -requests==2.9.1 +requests==2.10.0 requestsexceptions==1.1.3 scp==0.10.2 simplejson==3.8.2 |