diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-09-02 07:31:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-02 07:31:02 +0000 |
commit | a37f4d0032150d3c1037a30b2be842c3a4139b45 (patch) | |
tree | e21f05a911d1a151e704bc36ff496158acd46f74 | |
parent | 7b2a2b2410466a61a04ec7b420eabc7e5091d135 (diff) | |
parent | 8167b3f6643c5fb35abcbdd3d6ba56f87541c32b (diff) |
Merge "Force python-keystoneclient to version 2.3.1 for tacker to work"
-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 25ec795f..7ba1a350 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 |