diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-09-01 11:37:33 +0200 |
---|---|---|
committer | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-09-02 07:31:08 +0000 |
commit | e6f8d5403b5e19bd43f2c31ac2c313d66ba77cd3 (patch) | |
tree | 5089fc5a371001f7a4196d440b05b3e81004dba3 | |
parent | f43a97038c712de33129786df56bbc569dfa1fdb (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>
(cherry picked from commit 8167b3f6643c5fb35abcbdd3d6ba56f87541c32b)
-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 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 |