tripleo-validations failing on lower constraints

python-openstackclient requires:
- keystoneauth1>=3.14.0
- openstacksdk>=0.36.0

but openstacksdk requires:
- os-service-types>=1.7.0
- keystoneauth1>=3.16.0

Change-Id: Ic76cad76ebdd7cc9adf64866a4fd2ed16477166a
This commit is contained in:
Oliver Walsh 2020-03-26 12:33:56 +00:00 committed by Gael Chamoulaud
parent a0e13193c5
commit 1fcd82564a
2 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@ jmespath==0.9.3
jsonpatch==1.21
jsonpointer==2.0
jsonschema==2.6.0
keystoneauth1==3.12.0
keystoneauth1==3.16.0
linecache2==1.0.0
MarkupSafe==1.0
mccabe==0.2.1
@ -50,10 +50,10 @@ munch==2.2.0
netaddr==0.7.18
netifaces==0.10.6
openstackdocstheme==1.20.0
openstacksdk==0.24.0
openstacksdk==0.36.0
os-client-config==1.29.0
os-net-config==7.1.0
os-service-types==1.2.0
os-service-types==1.7.0
osc-lib==2.0.0
oslo.concurrency==3.26.0
oslo.config==5.2.0

View File

@ -4,7 +4,7 @@
pbr>=3.1.1 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0
keystoneauth1>=3.12.0 # Apache-2.0
keystoneauth1>=3.16.0 # Apache-2.0
python-novaclient>=15.1.0 # Apache-2.0
python-heatclient>=1.10.0 # Apache-2.0
python-glanceclient>=2.9.1 # Apache-2.0