aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2016-09-01 11:37:33 +0200
committerjose.lausuch <jose.lausuch@ericsson.com>2016-09-01 11:37:33 +0200
commit8167b3f6643c5fb35abcbdd3d6ba56f87541c32b (patch)
treecce3eac6dd27a13cccdf2ac1fde6a39e244f9346 /docker
parent470f573a3ac2eb1783efec6da01a3bee33360c65 (diff)
Force python-keystoneclient to version 2.3.1 for tacker to work
Tacker client is installed from Tim Rozet repository, it doesn't support version 3 of the keystone client. Change-Id: Ie2005b1590dfccf93442995e96e0c02b4629edea Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'docker')
-rw-r--r--docker/requirements.pip1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/requirements.pip b/docker/requirements.pip
index 25ec795f3..7ba1a350c 100644
--- a/docker/requirements.pip
+++ b/docker/requirements.pip
@@ -11,6 +11,7 @@ pyyaml==3.10
gitpython==1.0.1
python-openstackclient==2.3.0
python-ceilometerclient==1.5.1
+python-keystoneclient==2.3.1
virtualenv==1.11.4
pexpect==4.0
requests==2.8.0