Ensure python-keystoneclient has a lower bound

In order to pass the requirements test, every lib in
the *requirements.txt files must have a lower bound.

Change-Id: Ib20057b9cc2860167c6eeed064c303519c4c9b5c
This commit is contained in:
Jesse Pretorius 2018-07-02 07:36:21 +01:00
parent bc503dade4
commit 1325449304
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ virtualenv>=14.0.6 # MIT
# We use this for our own keystone module.
# TODO(odyssey4me): Remove this once we no
# longer use our own keystone module.
python-keystoneclient!=2.1.0 # Apache-2.0
python-keystoneclient>=3.8.0 # Apache-2.0
# We use this for the Ansible openstack
# modules.