tripleo-validations failing on lower constraints

Bump tripleo-common to 11.3.2 to remove mistral requirement.
Adds metalsmith requirement which requires:
  openstacksdk>=0.29.0 which requires:
    keystoneauth1>=3.13.0

Change-Id: Iebe2cc4181110c5563f13540b35e59b17037abea
This commit is contained in:
Oliver Walsh 2020-04-09 13:28:27 +01:00
parent 3fd14c9960
commit 5d5c02c0f4
2 changed files with 5 additions and 5 deletions

View File

@ -39,7 +39,7 @@ jmespath==0.9.3
jsonpatch==1.21
jsonpointer==2.0
jsonschema==2.6.0
keystoneauth1==3.12.0
keystoneauth1==3.13.0
linecache2==1.0.0
MarkupSafe==1.0
mccabe==0.2.1
@ -52,7 +52,7 @@ munch==2.2.0
netaddr==0.7.18
netifaces==0.10.6
openstackdocstheme==1.20.0
openstacksdk==0.24.0
openstacksdk==0.29.0
os-client-config==1.29.0
os-net-config==7.1.0
os-service-types==1.2.0
@ -110,7 +110,7 @@ testrepository==0.0.18
testscenarios==0.4
testtools==2.2.0
traceback2==1.4.0
tripleo-common==7.1.0
tripleo-common==11.3.2
unittest2==1.1.0
urllib3==1.22
warlock==1.3.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.13.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
@ -13,4 +13,4 @@ python-ironic-inspector-client>=3.1.1 # Apache-2.0
os-net-config>=7.1.0 # Apache-2.0
oslo.utils>=3.40.2 # Apache-2.0
six>=1.11.0 # MIT
tripleo-common>=7.1.0 # Apache-2.0
tripleo-common>=11.3.2 # Apache-2.0