From ff3501f28a80537cb9a2453708e2d3d62c4a3292 Mon Sep 17 00:00:00 2001 From: JingLu5 Date: Tue, 21 Mar 2017 07:35:17 +0000 Subject: Bugfix: Could not load EntryPoint.parse when using 'openstack -h' JIRA: YARDSTICK-599 Python-openstackclient 3.7.0 has a issus that cause -help info can not be loaded properly when executing 'openstack -h' command. Change-Id: I0a5f7a0943d56764b1c4d5d7335aa67b30f39b4c Signed-off-by: JingLu5 --- requirements.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 3549f85e7..047ebf82d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,9 +8,9 @@ ############################################################################## appdirs==1.4.0 -Babel==2.2.0 +Babel==2.3.4 backport-ipaddress==0.1 -cliff==2.0.0 +cliff==2.3.0 cmd2==0.6.8 coverage==4.1b2 debtcollector==1.3.0 @@ -26,7 +26,7 @@ Jinja2==2.8 jsonpatch==1.13 jsonpointer==1.10 jsonschema==2.5.1 -keystoneauth1==2.3.0 +keystoneauth1==2.18.0 linecache2==1.0.0 lxml==3.5.0 MarkupSafe==0.23 @@ -38,16 +38,16 @@ msgpack-python==0.4.7 netaddr==0.7.18 netifaces==0.10.4 nose==1.3.7 -openstacksdk==0.8.1 +openstacksdk==0.9.13 os-client-config==1.22.0 -oslo.config==3.9.0 +oslo.config==3.14.0 oslo.i18n==3.4.0 oslo.serialization==2.4.0 -oslo.utils==3.7.0 +oslo.utils==3.18.0 paramiko==1.18.0 pbr==1.8.1 pep8==1.7.0 -positional==1.0.1 +positional==1.1.1 prettytable==0.7.2 pycrypto==2.6.1 pyflakes==1.0.0 @@ -57,11 +57,11 @@ osc-lib==1.2.0 python-cinderclient==1.9.0 python-glanceclient==2.5.0 python-heatclient==1.5.0 -python-keystoneclient==3.6.0 +python-keystoneclient==3.8.0 python-mimeparse==1.5.1 python-neutronclient==6.0.0 python-novaclient==6.0.0 -python-openstackclient==3.7.0 +python-openstackclient==3.8.0 python-subunit==1.2.0 python-swiftclient==3.0.0 pytz==2015.7 @@ -71,7 +71,7 @@ requestsexceptions==1.1.3 scp==0.10.2 simplejson==3.8.2 six==1.10.0 -stevedore==1.12.0 +stevedore==1.17.1 testrepository==0.0.20 testtools==2.0.0 traceback2==1.4.0 -- cgit 1.2.3-korg