From 132544930466876a80c6ef13641c8a289ac0e31d Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Mon, 2 Jul 2018 07:36:21 +0100 Subject: [PATCH] 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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 649bd59f21..c62b760cfe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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.