Exclude python-ironicclient 3.0.0 from requirements.txt

It breaks no-auth mode and functional tests.

Change-Id: Ieea919ed50ab70c9f257d1bf3bd8241a713f5f7e
Depends-On: https://review.opendev.org/#/c/684376/
This commit is contained in:
Dmitry Tantsur 2019-09-24 17:37:30 +02:00
parent 40f1dff1e5
commit d257171497
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ keystoneauth1>=3.4.0 # Apache-2.0
keystonemiddleware>=4.18.0 # Apache-2.0
netaddr>=0.7.18 # BSD
pbr!=2.1.0,>=2.0.0 # Apache-2.0
python-ironicclient>=2.3.0 # Apache-2.0
python-ironicclient!=2.5.2,!=2.7.1,!=3.0.0,>=2.3.0 # Apache-2.0
pytz>=2013.6 # MIT
openstacksdk>=0.30.0 # Apache-2.0
oslo.concurrency>=3.26.0 # Apache-2.0