Pin -python-cinderclient <5.0.0

Recently, python-cinderclient released a new version at 5.0.0. This
removes the v1 client, which the tests currently rely on. This patch
pins the client in ceilometer until the tests are upgraded.

Change-Id: I052feccdd7c2dde6ebd0774175ab112f4f5f4c5b
Signed-off-by: Stamatis Katsaounis <katsaouniss@gmail.com>
This commit is contained in:
Stamatis Katsaounis 2019-10-02 12:45:56 +03:00
parent 95688f064e
commit 8d979d771a
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ requests>=2.18.4
amulet>=1.14.3,<2.0;python_version=='2.7'
bundletester>=0.6.1,<1.0;python_version=='2.7'
python-ceilometerclient>=1.5.0
python-cinderclient>=1.4.0
python-cinderclient>=1.4.0,<5.0.0
python-glanceclient>=1.1.0
python-heatclient>=0.8.0
python-keystoneclient>=1.7.1