[goal] Migrate testing to ubuntu focal

As per victoria cycle testing runtime and community goal[1]
we need to migrate upstream CI/CD to Ubuntu Focal(20.04).

Fixing:
- bug#1886298
Bump the lower constraints for required deps which added python3.8 support
in their later version.

Depends-On: https://review.opendev.org/#/c/743085/

[1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.h>

Change-Id: I482ac98bc56f0e3cfb8b767f47649da11ed1afab
Story: #2007865
Task: #40184
This commit is contained in:
Ghanshyam Mann 2020-07-26 18:06:20 -05:00
parent ddf9eaed0a
commit d5d279232b
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ keystonemiddleware==4.17.0
linecache2==1.0.0
logilab-common==1.4.1
Mako==1.0.7
MarkupSafe==1.0
MarkupSafe==1.1.1
monotonic==1.4
msgpack==0.5.6
netaddr==0.7.19
@ -33,7 +33,7 @@ os-api-ref==1.4.0
oslo.cache==1.29.0
oslo.config==5.2.0
oslo.context==2.19.2
oslo.db==4.27.0
oslo.db==4.44.0
oslo.i18n==3.15.3
oslo.log==3.36.0
oslo.middleware==3.31.0
@ -57,7 +57,7 @@ python-keystoneclient==3.15.0
python-mimeparse==1.6.0
python-subunit==1.2.0
pytz==2018.3
PyYAML==3.12
PyYAML==3.13
reno==2.5.0
requests==2.18.4
rfc3986==1.1.0

View File

@ -9,7 +9,7 @@ Paste>=2.0.2 # MIT
PasteDeploy>=1.5.0 # MIT
oslo.config>=5.2.0 # Apache-2.0
oslo.context>=2.19.2 # Apache-2.0
oslo.db>=4.27.0 # Apache-2.0
oslo.db>=4.44.0 # Apache-2.0
oslo.i18n>=3.15.3 # Apache-2.0
oslo.log>=3.36.0 # Apache-2.0
oslo.middleware>=3.31.0 # Apache-2.0