diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-11-11 15:32:03 +0100 |
---|---|---|
committer | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-11-11 14:35:08 +0000 |
commit | 132c89cb2bb941ad8605c088e9ebb0d4de589c58 (patch) | |
tree | cecd1ca56b3892ff4eedd59b26179d918289176f /docker | |
parent | caa06d8d7b55a1c0608a72f809785d8f418cf541 (diff) |
Update OpenStack python clients to Newton version
JIRA: FUNCTEST-537
https://wiki.opnfv.org/display/functest/OpenStack+python+clients
Change-Id: I498aefde33fc60596dd147260bf20c6787746aee
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/requirements.pip | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docker/requirements.pip b/docker/requirements.pip index c3f77997c..ed941bc19 100644 --- a/docker/requirements.pip +++ b/docker/requirements.pip @@ -10,9 +10,10 @@ pyyaml==3.10 gitpython==1.0.1 python-openstackclient==2.3.0 -python-ceilometerclient==1.5.1 -python-keystoneclient==3.6.0 -python-neutronclient==4.1.1 +python-ceilometerclient==2.6.2 +python-keystoneclient==3.5.0 +python-neutronclient==6.0.0 +python-congressclient==1.5.0 virtualenv==1.11.4 pexpect==4.0 requests==2.8.0 @@ -24,7 +25,6 @@ Flask==0.10.1 xmltodict==0.9.2 scp==0.10.2 paramiko==1.16.0 -python-congressclient==1.3.0 subprocess32 shyaml dnspython |