diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-02-01 13:47:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-02-01 13:47:49 +0000 |
commit | eef859dc4803c4a11d58d34c33492d1caa9432f4 (patch) | |
tree | 2a4960bc02d78794d81714147ed5f7168f4bd6a3 | |
parent | cc8dd9e8092cc68484d8ad3422c97762658271e8 (diff) | |
parent | ff89aea46827ac2fc81429354ad28dfbb4c57fe3 (diff) |
Merge "Replace openstack single clients by python-openstackcclient"
-rw-r--r-- | docker/requirements.pip | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/docker/requirements.pip b/docker/requirements.pip index e2b67d3bd..0ecb447ca 100644 --- a/docker/requirements.pip +++ b/docker/requirements.pip @@ -9,12 +9,8 @@ # pyyaml==3.10 gitpython==1.0.1 -python-neutronclient==2.6.0 -python-novaclient==2.28.1 -python-glanceclient==1.1.0 -python-cinderclient==1.4.0 +python-openstackclient==2.0.0 python-ceilometerclient==1.5.1 -python-keystoneclient==1.6.0 virtualenv==1.11.4 pexpect==4.0 requests==2.8.0 @@ -25,4 +21,4 @@ configObj==5.0.6 Flask==0.10.1 xmltodict==0.9.2 scp==0.10.2 -paramiko==1.16.0
\ No newline at end of file +paramiko==1.16.0 |