Merge "Ensure python-keystoneclient has a lower bound"

This commit is contained in:
Zuul 2018-07-04 14:38:34 +00:00 committed by Gerrit Code Review
commit e7b3654051
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. # 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.