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:
parent
bc503dade4
commit
1325449304
@ -13,7 +13,7 @@ virtualenv>=14.0.6 # MIT
|
|||||||
# We use this for our own keystone module.
|
# We use this for our own keystone module.
|
||||||
# TODO(odyssey4me): Remove this once we no
|
# TODO(odyssey4me): Remove this once we no
|
||||||
# longer use our own keystone module.
|
# 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
|
# We use this for the Ansible openstack
|
||||||
# modules.
|
# modules.
|
||||||
|
Loading…
Reference in New Issue
Block a user