diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2015-11-30 14:22:30 +0100 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2015-11-30 14:22:30 +0100 |
commit | 581e00817e399a6d3785f503f392dbaf84e83938 (patch) | |
tree | 9d87775c74972234fafab05843a04eace68d97d5 /docker/requirements.pip | |
parent | 0045f29f59ee5c800261cd77145fec0e9558740f (diff) |
Add cinder python client library to Docker container
JIRA: FUNCTEST-73
Change-Id: Id6e0a71f913855b37e07176d334da5b1f63c86bc
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'docker/requirements.pip')
-rw-r--r-- | docker/requirements.pip | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/requirements.pip b/docker/requirements.pip index e8b092718..1e889a43f 100644 --- a/docker/requirements.pip +++ b/docker/requirements.pip @@ -3,6 +3,7 @@ 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-keystoneclient==1.6.0 cloudify==3.2.1 virtualenv==1.11.4 |