Few of the lower constraints are not compatible with python3.8

Bug #1886298 reported by Ghanshyam Mann
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Glance Client
Fix Released
Undecided
Ghanshyam Mann
OpenStack Compute (nova)
Fix Released
Undecided
Lee Yarwood
OpenStack Dashboard (Horizon)
Fix Released
Undecided
Vishal Manchanda
OpenStack Shared File Systems Service (Manila)
Fix Released
Undecided
Ghanshyam Mann
Solum
Fix Released
Undecided
Ghanshyam Mann
castellan
Fix Released
Undecided
Ghanshyam Mann
ec2-api
Fix Released
Undecided
Ghanshyam Mann
futurist
Fix Released
Undecided
Unassigned
kolla
Fix Released
Undecided
Radosław Piliszek
kolla-ansible
Fix Released
Undecided
Radosław Piliszek
manila-ui
Fix Released
High
Ghanshyam Mann
masakari
Fix Released
High
Radosław Piliszek
Victoria
Fix Released
High
Radosław Piliszek
os-win
Fix Released
Undecided
Ghanshyam Mann
oslo.messaging
Fix Released
Undecided
Ghanshyam Mann
oslo.policy
Fix Released
Undecided
Ghanshyam Mann
oslo.privsep
Fix Released
Undecided
Ghanshyam Mann
oslo.reports
Fix Released
Undecided
Ghanshyam Mann
oslo.vmware
Fix Released
Undecided
Ghanshyam Mann
python-keystoneclient
Fix Committed
Undecided
Ghanshyam Mann
python-manilaclient
Fix Released
Medium
Ghanshyam Mann
python-novaclient
Fix Released
Undecided
Ghanshyam Mann
python-senlinclient
Fix Released
Undecided
Ghanshyam Mann
python-troveclient
Fix Released
Undecided
Ghanshyam Mann
python-watcherclient
Fix Released
Undecided
Ghanshyam Mann
tacker
Fix Released
Undecided
ZHOU LINHUI
taskflow
Fix Released
Undecided
Ghanshyam Mann
tripleo-validations
New
Undecided
Unassigned
watcher
Fix Released
Undecided
Unassigned

Bug Description

lower constraint are being tested with python.6 till now and jobs running fine. With the migration of testing to ubuntu focal where python3.8 is default, lower-constraints job started failing due to multiple issues.

For example,

Markupsafe 1.0 not compatible with new setuptools:
- https://github.com/pallets/markupsafe/issues/116

paramiko 2.7.1 fixed the compatiblity for python3.7 onwards:
https://github.com/paramiko/paramiko/issues/1108

greenlet 0.4.15 added wheels for python 3.8:
https://github.com/python-greenlet/greenlet/issues/151

numpy 1.19.1 added python 3.8 support and testing:
https://github.com/numpy/numpy/pull/14775

paramiko 2.7.1 fixed the compatibility for python3.7 onwards:
https://github.com/paramiko/paramiko/commit/4753881223e0ff5e3b3be35bb687a18dfec4f672

Similarly there are many dependencies which added the python3.8 support in their later version. So we need to bump their lower constraints to compatible version.

Approach to identify the required bump is by running lower-constraint job on Focal and star bumping for the failed things. I started with nova repos
and found below version bump:

For Nova:
Markupsafe==1.1.1
cffi==1.14.0
greenlet==0.4.15
PyYAML==3.13
lxml==4.5.0
numpy==1.19.0
psycopg2==2.8
paramiko==2.7.1

For python-novaclient:
Markupsafe==1.1.1
cffi==1.14.0
greenlet==0.4.15
PyYAML==3.13

For os-vif:
Markupsafe==1.1.1
cffi==1.14.0

Revision history for this message
Ghanshyam Mann (ghanshyammann) wrote :
Changed in nova:
assignee: nobody → Ghanshyam Mann (ghanshyammann)
status: New → In Progress
summary: - Cannot import name "Feature" from "setuptools"
+ Few of the lower constraints are not compatible with python3.8
description: updated
description: updated
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-novaclient (master)

Fix proposed to branch: master
Review: https://review.opendev.org/740502

Changed in python-novaclient:
status: New → In Progress
assignee: nobody → Ghanshyam Mann (ghanshyammann)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-novaclient (master)

Reviewed: https://review.opendev.org/740502
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=1322199845a095bafd0a16900f4899283fd0fabe
Submitter: Zuul
Branch: master

commit 1322199845a095bafd0a16900f4899283fd0fabe
Author: Ghanshyam Mann <email address hidden>
Date: Fri Jul 10 10:17:50 2020 -0500

    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 below deps which added python3.8 support
    Markupsafe==1.1.1
    cffi==1.14.0
    greenlet==0.4.15
    PyYAML==3.13

    Story: #2007865
    Task: #40200

    Closes-Bug: #1886298

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

    Change-Id: I9857dc20057b97a2d0bae5b0b3410fa958bdc74f

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-glanceclient (master)

Fix proposed to branch: master
Review: https://review.opendev.org/744075

Changed in manila-ui:
importance: Undecided → High
assignee: nobody → Ghanshyam Mann (ghanshyammann)
milestone: none → victoria-client-release
Changed in python-manilaclient:
milestone: none → victoria-client-release
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to ec2-api (master)

Fix proposed to branch: master
Review: https://review.opendev.org/744339

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to manila-ui (master)

Reviewed: https://review.opendev.org/743135
Committed: https://git.openstack.org/cgit/openstack/manila-ui/commit/?id=5831bc91f6f9f390f206de0d406a0efe09c15803
Submitter: Zuul
Branch: master

commit 5831bc91f6f9f390f206de0d406a0efe09c15803
Author: Ghanshyam Mann <email address hidden>
Date: Sun Jul 26 19:35:40 2020 -0500

    [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.

    Story: #2007865
    Task: #40194

    Closes-Bug: #1886298

    Change-Id: Iecdea43886a2bfb232d7560914969f8a5cd485bd

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ec2-api (master)

Reviewed: https://review.opendev.org/744339
Committed: https://git.openstack.org/cgit/openstack/ec2-api/commit/?id=9ff4975fcd2a443faa8de8a730a87e27e1c342b4
Submitter: Zuul
Branch: master

commit 9ff4975fcd2a443faa8de8a730a87e27e1c342b4
Author: Ghanshyam Mann <email address hidden>
Date: Sat Aug 1 18:42:09 2020 -0500

    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.

    Story: #2007865
    Task: #40183

    Closes-Bug: #1886298

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

    Change-Id: I5c7bbd9bd43f507a5e45901be10110f2a96f5433

Changed in python-glanceclient:
assignee: nobody → Ghanshyam Mann (ghanshyammann)
Changed in castellan:
assignee: nobody → Ghanshyam Mann (ghanshyammann)
Changed in ec2-api:
assignee: nobody → Ghanshyam Mann (ghanshyammann)
Changed in python-keystoneclient:
assignee: nobody → Ghanshyam Mann (ghanshyammann)
Changed in taskflow:
assignee: nobody → Ghanshyam Mann (ghanshyammann)
Changed in python-manilaclient:
assignee: nobody → Ghanshyam Mann (ghanshyammann)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tacker-horizon (master)

Reviewed: https://review.opendev.org/744610
Committed: https://git.openstack.org/cgit/openstack/tacker-horizon/commit/?id=0865bba79f6082ae294d2dcd21b3596334c571c9
Submitter: Zuul
Branch: master

commit 0865bba79f6082ae294d2dcd21b3596334c571c9
Author: Ghanshyam Mann <email address hidden>
Date: Mon Aug 3 21:33:10 2020 -0500

    [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.

    Story: #2007865
    Task: #40222

    Closes-Bug: #1886298

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

    Change-Id: Ib51838017f207ad93d2abb063d965a409a138051

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to watcher-dashboard (master)

Reviewed: https://review.opendev.org/744625
Committed: https://git.openstack.org/cgit/openstack/watcher-dashboard/commit/?id=a72fd198c9f6bfe614ab2d1aae6ffc70857fcda8
Submitter: Zuul
Branch: master

commit a72fd198c9f6bfe614ab2d1aae6ffc70857fcda8
Author: Ghanshyam Mann <email address hidden>
Date: Mon Aug 3 22:09:38 2020 -0500

    [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.

    Story: #2007865
    Task: #40227

    Closes-Bug: #1886298

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

    Change-Id: Iba1a0839df825fe03e1234229e141ec84ea0754d

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.vmware (master)

Reviewed: https://review.opendev.org/744333
Committed: https://git.openstack.org/cgit/openstack/oslo.vmware/commit/?id=5c085599bf02760318cbf01f46f1a945f376d439
Submitter: Zuul
Branch: master

commit 5c085599bf02760318cbf01f46f1a945f376d439
Author: Ghanshyam Mann <email address hidden>
Date: Sat Aug 1 18:04:16 2020 -0500

    [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.

    Story: #2007865
    Task: #40207

    Closes-Bug: #1886298

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

    Change-Id: Ib0a675e53ad060e9e0f8c6bcdce45f7a870e379c

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to futurist (master)

Reviewed: https://review.opendev.org/744301
Committed: https://git.openstack.org/cgit/openstack/futurist/commit/?id=1a1c6f89c4a5d6d36edc66674e251e7e6dd04c30
Submitter: Zuul
Branch: master

commit 1a1c6f89c4a5d6d36edc66674e251e7e6dd04c30
Author: Ghanshyam Mann <email address hidden>
Date: Sat Aug 1 17:08:59 2020 -0500

    [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.

    Story: #2007865
    Task: #40207

    Closes-Bug: #1886298

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

    Change-Id: I14a1d33f1aedfd7bff265b7df2d3aa4340221144

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.reports (master)

Reviewed: https://review.opendev.org/744321
Committed: https://git.openstack.org/cgit/openstack/oslo.reports/commit/?id=e45d4e97e5633a046e7252966834aa4a5e88781c
Submitter: Zuul
Branch: master

commit e45d4e97e5633a046e7252966834aa4a5e88781c
Author: Ghanshyam Mann <email address hidden>
Date: Sat Aug 1 17:48:56 2020 -0500

    [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.

    Story: #2007865
    Task: #40207

    Closes-Bug: #1886298

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

    Change-Id: I98cf0e5cee8f1996943b6274e914fcbca667fef7

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.privsep (master)

Reviewed: https://review.opendev.org/744316
Committed: https://git.openstack.org/cgit/openstack/oslo.privsep/commit/?id=b015f45fb57512fa9dd3787c74d4f5ec6dbea510
Submitter: Zuul
Branch: master

commit b015f45fb57512fa9dd3787c74d4f5ec6dbea510
Author: Ghanshyam Mann <email address hidden>
Date: Sat Aug 1 17:41:31 2020 -0500

    [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.

    Story: #2007865
    Task: #40207

    Closes-Bug: #1886298

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

    Change-Id: Ic7b25781fad8868665f445bd7bef4f51284be192

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-glanceclient (master)

Reviewed: https://review.opendev.org/744075
Committed: https://git.openstack.org/cgit/openstack/python-glanceclient/commit/?id=ff70a0df131504f543646266a49ca71a63f59410
Submitter: Zuul
Branch: master

commit ff70a0df131504f543646266a49ca71a63f59410
Author: Ghanshyam Mann <email address hidden>
Date: Thu Jul 30 18:04:59 2020 -0500

    [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.

    Story: #2007865
    Task: #40200

    Closes-Bug: #1886298

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

    Change-Id: I6f0dc11d4eb7a75d29da3eb5071b156bbe46ad01

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to solum (master)

Reviewed: https://review.opendev.org/744602
Committed: https://git.openstack.org/cgit/openstack/solum/commit/?id=6d689be76c1b0c55206b46a190608e8336fb927f
Submitter: Zuul
Branch: master

commit 6d689be76c1b0c55206b46a190608e8336fb927f
Author: Ghanshyam Mann <email address hidden>
Date: Mon Aug 3 21:10:25 2020 -0500

    [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.

    Story: #2007865
    Task: #40219

    Closes-Bug: #1886298

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

    Change-Id: I03be757d57fee8959c8e50fc0c3a0482fe4ab61b

Changed in nova:
assignee: Ghanshyam Mann (ghanshyammann) → Lee Yarwood (lyarwood)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-win (master)

Reviewed: https://review.opendev.org/744632
Committed: https://git.openstack.org/cgit/openstack/os-win/commit/?id=86529bc22fb2cf3a4d7cb9cb7c1a55664a55eadd
Submitter: Zuul
Branch: master

commit 86529bc22fb2cf3a4d7cb9cb7c1a55664a55eadd
Author: Ghanshyam Mann <email address hidden>
Date: Mon Aug 3 22:15:25 2020 -0500

    [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.

    Story: #2007865
    Task: #40228

    Change-Id: I697e1d8099a6d776a5b2f9505a99335931e68067

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.opendev.org/738126
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=e905400ca077933563972b6ea73177c22408a8fe
Submitter: Zuul
Branch: master

commit e905400ca077933563972b6ea73177c22408a8fe
Author: Ghanshyam Mann <email address hidden>
Date: Thu Jun 25 19:44:48 2020 -0500

    [goal] Prepare for job migration to Ubuntu Focal (20.04)

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

    Bump the lower constraints for required deps which added python3.8 support
    in their later version.

    Story: #2007865
    Task: #40200

    Closes-Bug: #1886298

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

    Change-Id: I6d79fc80b85d398fe0168677318c9c34285189ae

Changed in nova:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-watcherclient (master)

Reviewed: https://review.opendev.org/744626
Committed: https://git.openstack.org/cgit/openstack/python-watcherclient/commit/?id=80f728b14f821f98a87c230516fea96d167d6550
Submitter: Zuul
Branch: master

commit 80f728b14f821f98a87c230516fea96d167d6550
Author: Ghanshyam Mann <email address hidden>
Date: Tue Aug 4 15:39:26 2020 -0500

    [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.

    Story: #2007865
    Task: #40227

    Closes-Bug: #1886298

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

    Change-Id: I56837a6877a22020048b095b9eb528700c786c66

Changed in horizon:
assignee: nobody → Vishal Manchanda (vishalmanchanda)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.opendev.org/744647
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=c28b9b9bc37ccdcd4d449a0a4d95989c5dd58346
Submitter: Zuul
Branch: master

commit c28b9b9bc37ccdcd4d449a0a4d95989c5dd58346
Author: manchandavishal <email address hidden>
Date: Tue Aug 4 06:11:08 2020 +0000

    [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:
    Closes-Bug: #1886298
    Bump the lower constraints for required deps which added python3.8
    support in their later version.
    Story: #2007865
    Task: #40187

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

    Change-Id: I81c150a9abc53242dfefd18c6c0ebc20c0484073

Changed in horizon:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-manilaclient (master)

Reviewed: https://review.opendev.org/743140
Committed: https://git.openstack.org/cgit/openstack/python-manilaclient/commit/?id=a68aaab1723b209de8d314abc7192d373074825a
Submitter: Zuul
Branch: master

commit a68aaab1723b209de8d314abc7192d373074825a
Author: Ghanshyam Mann <email address hidden>
Date: Sat Sep 5 16:47:57 2020 -0500

    [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.

    - noqa for pep8 F811 check.

    Closes-Bug: #1886298

    Story: #2007865
    Task: #40194

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

    Change-Id: Id8300f4dbde7e59b8d6275b0671328e35670312c

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-senlinclient (master)

Reviewed: https://review.opendev.org/744600
Committed: https://git.openstack.org/cgit/openstack/python-senlinclient/commit/?id=d862e35ca8617e981198687853530fb40b8ff18c
Submitter: Zuul
Branch: master

commit d862e35ca8617e981198687853530fb40b8ff18c
Author: Ghanshyam Mann <email address hidden>
Date: Mon Aug 3 21:11:01 2020 -0500

    [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.

    Story: #2007865
    Task: #40219

    Closes-Bug: #1886298

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

    Change-Id: I9774a78bbb4cbeee17bb09386cbddede1222c970

Changed in python-manilaclient:
importance: Undecided → Medium
status: New → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-manilaclient (master)

Fix proposed to branch: master
Review: https://review.opendev.org/750810

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-manilaclient (master)

Reviewed: https://review.opendev.org/750810
Committed: https://git.openstack.org/cgit/openstack/python-manilaclient/commit/?id=399c0c4fb5e79fd0054937aa810028f722ea53f2
Submitter: Zuul
Branch: master

commit 399c0c4fb5e79fd0054937aa810028f722ea53f2
Author: Goutham Pacha Ravi <email address hidden>
Date: Wed Sep 9 13:18:02 2020 -0700

    Add noqa markup to intentionally redefined methods

    Testing has migrated to focal and python3.8;
    and we get F811 errors on the microversioned
    and hence redefined methods

    E.g.:
    F811 redefinition of unused 'list' from line 37
    Closes-Bug: #1886298

    Change-Id: I065b15f9b81036727ce9bdeae5f34c473d14d10c
    Signed-off-by: Goutham Pacha Ravi <email address hidden>

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to manila (master)

Reviewed: https://review.opendev.org/743137
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=ffd3f1e7602677f9d8ffb43ff2fad1930b920191
Submitter: Zuul
Branch: master

commit ffd3f1e7602677f9d8ffb43ff2fad1930b920191
Author: Ghanshyam Mann <email address hidden>
Date: Fri Jul 31 10:15:30 2020 -0700

    [goal] Migrate tox based 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.

    Story: #2007865
    Task: #40194
    Depends-On: https://review.opendev.org/#/c/738328/

    Closes-Bug: #1886298

    Change-Id: Ib0f84e8c3815be48bca0ae8d4fe15a56b5256c20

Changed in kolla-ansible:
status: New → Triaged
Changed in kolla:
status: New → Triaged
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla-ansible (master)

Fix proposed to branch: master
Review: https://review.opendev.org/750896

Changed in kolla-ansible:
assignee: nobody → Radosław Piliszek (yoctozepto)
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (master)

Fix proposed to branch: master
Review: https://review.opendev.org/750898

Changed in kolla:
assignee: nobody → Radosław Piliszek (yoctozepto)
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.opendev.org/750898
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=000c8c6e1d3b4bfe4c8aaf77bf96d77066369f1d
Submitter: Zuul
Branch: master

commit 000c8c6e1d3b4bfe4c8aaf77bf96d77066369f1d
Author: Radosław Piliszek <email address hidden>
Date: Thu Sep 10 09:56:32 2020 +0200

    Fix l-c testing for Ubuntu Focal (py38)

    Change-Id: Ie112466da402fc127b61cefdef4c1180e5ce1210
    Story: 2007865
    Task: 40199
    Closes-Bug: #1886298

Changed in kolla:
status: In Progress → Fix Released
Changed in kolla-ansible:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (master)

Reviewed: https://review.opendev.org/750896
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=8a8c919066b1c5e593bc46467c1a58a471d68f56
Submitter: Zuul
Branch: master

commit 8a8c919066b1c5e593bc46467c1a58a471d68f56
Author: Radosław Piliszek <email address hidden>
Date: Thu Sep 10 09:18:39 2020 +0200

    Fix l-c testing for Ubuntu Focal (py38)

    Change-Id: I5609812d4f92d88b04bc887886d1ba08893505d9
    Story: 2007865
    Task: 40199
    Closes-Bug: #1886298

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to masakari (master)

Fix proposed to branch: master
Review: https://review.opendev.org/751007

Changed in masakari:
assignee: nobody → ZHOU LINHUI (zhoulinhui)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tacker (master)

Fix proposed to branch: master
Review: https://review.opendev.org/751019

Changed in tacker:
assignee: nobody → ZHOU LINHUI (zhoulinhui)
status: New → In Progress
Changed in os-win:
assignee: nobody → Ghanshyam Mann (ghanshyammann)
Changed in oslo.messaging:
assignee: nobody → Ghanshyam Mann (ghanshyammann)
Changed in oslo.policy:
assignee: nobody → Ghanshyam Mann (ghanshyammann)
Changed in oslo.privsep:
assignee: nobody → Ghanshyam Mann (ghanshyammann)
Changed in oslo.reports:
assignee: nobody → Ghanshyam Mann (ghanshyammann)
Changed in oslo.vmware:
assignee: nobody → Ghanshyam Mann (ghanshyammann)
Changed in python-senlinclient:
assignee: nobody → Ghanshyam Mann (ghanshyammann)
Changed in python-troveclient:
assignee: nobody → Ghanshyam Mann (ghanshyammann)
Changed in python-watcherclient:
assignee: nobody → Ghanshyam Mann (ghanshyammann)
Changed in oslo.messaging:
status: New → In Progress
Changed in oslo.policy:
status: New → In Progress
Changed in oslo.privsep:
status: New → Fix Released
Changed in oslo.reports:
status: New → Fix Released
Changed in oslo.vmware:
status: New → Fix Released
Changed in python-keystoneclient:
status: New → Fix Committed
Changed in python-novaclient:
status: In Progress → Fix Released
Changed in futurist:
status: New → Fix Released
Changed in castellan:
status: New → In Progress
Changed in manila:
status: New → Fix Committed
assignee: nobody → Ghanshyam Mann (ghanshyammann)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tacker (master)

Reviewed: https://review.opendev.org/744608
Committed: https://git.openstack.org/cgit/openstack/tacker/commit/?id=7b9a074bdaff7ffe5ab28cb2944f0aa0f4972924
Submitter: Zuul
Branch: master

commit 7b9a074bdaff7ffe5ab28cb2944f0aa0f4972924
Author: Ghanshyam Mann <email address hidden>
Date: Mon Aug 3 21:32:41 2020 -0500

    [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#1885825
    Fix user creation with GRANT in MySQL 8.0(Ubuntu Focal)
    Ubuntu Focal (20.04) has mysql 8.0 and with mysql 8.0 there
    is no implicit user creation with GRANT. We need to
    create the user first before using GRANT command.

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

    - Move functional jobs to Focal nodeset

    Closes-Bug: #1886298

    Story: #2007865
    Task: #40222

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

    Change-Id: I636c3a3b6cd429b1f8df4eaff0cb845ae0f57362

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to castellan (master)

Reviewed: https://review.opendev.org/744297
Committed: https://git.openstack.org/cgit/openstack/castellan/commit/?id=a10ed81e12a5257d7a33525fe3cb7bedba577433
Submitter: Zuul
Branch: master

commit a10ed81e12a5257d7a33525fe3cb7bedba577433
Author: Ghanshyam Mann <email address hidden>
Date: Sat Aug 1 17:03:15 2020 -0500

    [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.

    Story: #2007865
    Task: #40207

    Closes-Bug: #1886298

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

    Change-Id: Iade03cf85b4f09ce2e8d4f6d9a06635b263f6a79

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to taskflow (master)

Reviewed: https://review.opendev.org/744336
Committed: https://git.openstack.org/cgit/openstack/taskflow/commit/?id=212570df161a1e8d2cce9d1e2996c7c93ae0be13
Submitter: Zuul
Branch: master

commit 212570df161a1e8d2cce9d1e2996c7c93ae0be13
Author: Ghanshyam Mann <email address hidden>
Date: Sat Aug 1 18:07:12 2020 -0500

    [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.

    Story: #2007865
    Task: #40207

    Closes-Bug: #1886298

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

    Change-Id: I18419ce93363fbf2eed174e81ed212ddae216b8c

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.messaging (master)

Reviewed: https://review.opendev.org/744310
Committed: https://git.openstack.org/cgit/openstack/oslo.messaging/commit/?id=a21c96ec0ee2acbcc1f2dcab3b88ecfdd7f465f5
Submitter: Zuul
Branch: master

commit a21c96ec0ee2acbcc1f2dcab3b88ecfdd7f465f5
Author: Ghanshyam Mann <email address hidden>
Date: Sat Aug 1 17:34:22 2020 -0500

    [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.

    Story: #2007865
    Task: #40207

    Closes-Bug: #1886298

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

    Change-Id: Id6b499239fa8b6480c5f67d460215ab458677c6d

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.policy (master)

Reviewed: https://review.opendev.org/744317
Committed: https://git.openstack.org/cgit/openstack/oslo.policy/commit/?id=9ae15390da5a5f89a4e30b49338b6d5354f7ae4a
Submitter: Zuul
Branch: master

commit 9ae15390da5a5f89a4e30b49338b6d5354f7ae4a
Author: Ghanshyam Mann <email address hidden>
Date: Sat Aug 1 17:40:47 2020 -0500

    [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.

    Story: #2007865
    Task: #40207

    Closes-Bug: #1886298

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

    Change-Id: I97072055f880915cef6c5c2f0210730e7bbe5119

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on masakari (master)

Change abandoned by Radosław Piliszek (<email address hidden>) on branch: master
Review: https://review.opendev.org/751007
Reason: handled in https://review.opendev.org/751271

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to os-win (stable/victoria)

Fix proposed to branch: stable/victoria
Review: https://review.opendev.org/752878

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-win (stable/victoria)

Reviewed: https://review.opendev.org/752878
Committed: https://git.openstack.org/cgit/openstack/os-win/commit/?id=cb2e62113e866e2364bba4dae24a75502662db64
Submitter: Zuul
Branch: stable/victoria

commit cb2e62113e866e2364bba4dae24a75502662db64
Author: Ghanshyam Mann <email address hidden>
Date: Mon Aug 3 22:15:25 2020 -0500

    [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.

    Story: #2007865
    Task: #40228

    Change-Id: I697e1d8099a6d776a5b2f9505a99335931e68067
    (cherry picked from commit 86529bc22fb2cf3a4d7cb9cb7c1a55664a55eadd)

tags: added: in-stable-victoria
Revision history for this message
Goutham Pacha Ravi (gouthamr) wrote :

Fix released in manila-ui: https://review.opendev.org/#/c/743135/

Changed in manila-ui:
status: New → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tacker (master)

Reviewed: https://review.opendev.org/751019
Committed: https://git.openstack.org/cgit/openstack/tacker/commit/?id=ab235df2fba3852888855b1f92c263befd0891d4
Submitter: Zuul
Branch: master

commit ab235df2fba3852888855b1f92c263befd0891d4
Author: zhoulinhui <email address hidden>
Date: Thu Sep 10 23:03:02 2020 +0800

    Fix l-c testing for Ubuntu Focal (py38)

    Change-Id: Icb28121e7a2f44af27dfa2767a4475ede4c6a583
    Story: 2007865
    Task: 40199
    Closes-Bug: #1886298

Changed in tacker:
status: In Progress → Fix Released
Changed in masakari:
assignee: ZHOU LINHUI (zhoulinhui) → Radosław Piliszek (yoctozepto)
milestone: none → 10.0.0.0rc1
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to watcher (master)

Reviewed: https://review.opendev.org/739386
Committed: https://git.openstack.org/cgit/openstack/watcher/commit/?id=e21e5f609e007467107cf490b5df3db468e37c47
Submitter: Zuul
Branch: master

commit e21e5f609e007467107cf490b5df3db468e37c47
Author: Ghanshyam Mann <email address hidden>
Date: Mon Aug 3 22:10:30 2020 -0500

    [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.

    - Move multinode jobs to focal nodeset

    Story: #2007865
    Task: #40227

    Closes-Bug: #1886298

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

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

    Change-Id: Iec953f3294087cd0b628b701ad3d684cea61c057

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to watcher (stable/victoria)

Fix proposed to branch: stable/victoria
Review: https://review.opendev.org/754939

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to watcher (stable/victoria)

Reviewed: https://review.opendev.org/754939
Committed: https://git.openstack.org/cgit/openstack/watcher/commit/?id=507765dc3e13d3eeeb81bb6c8638bda3d0f77c50
Submitter: Zuul
Branch: stable/victoria

commit 507765dc3e13d3eeeb81bb6c8638bda3d0f77c50
Author: Ghanshyam Mann <email address hidden>
Date: Mon Aug 3 22:10:30 2020 -0500

    [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.

    - Move multinode jobs to focal nodeset

    Story: #2007865
    Task: #40227

    Closes-Bug: #1886298

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

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

    Change-Id: Iec953f3294087cd0b628b701ad3d684cea61c057
    (cherry picked from commit e21e5f609e007467107cf490b5df3db468e37c47)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tacker (stable/victoria)

Fix proposed to branch: stable/victoria
Review: https://review.opendev.org/755597

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on tacker (stable/victoria)

Change abandoned by Yasufumi Ogawa (<email address hidden>) on branch: stable/victoria
Review: https://review.opendev.org/755597

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tacker (stable/victoria)

Reviewed: https://review.opendev.org/755597
Committed: https://git.openstack.org/cgit/openstack/tacker/commit/?id=7921dbe9aa7bf13f2b20a55bd7e22354be5194e7
Submitter: Zuul
Branch: stable/victoria

commit 7921dbe9aa7bf13f2b20a55bd7e22354be5194e7
Author: zhoulinhui <email address hidden>
Date: Thu Sep 10 23:03:02 2020 +0800

    Fix l-c testing for Ubuntu Focal (py38)

    Change-Id: Icb28121e7a2f44af27dfa2767a4475ede4c6a583
    Story: 2007865
    Task: 40199
    Closes-Bug: #1886298
    (cherry picked from commit ab235df2fba3852888855b1f92c263befd0891d4)

Changed in python-glanceclient:
status: New → Fix Released
Changed in castellan:
status: In Progress → Fix Released
Changed in ec2-api:
status: In Progress → Fix Released
Changed in os-win:
status: New → Fix Released
Changed in oslo.messaging:
status: In Progress → Fix Released
Changed in oslo.policy:
status: In Progress → Fix Released
Changed in python-senlinclient:
status: New → Fix Released
Changed in python-troveclient:
status: New → Fix Released
Changed in python-watcherclient:
status: New → Fix Released
Changed in watcher:
status: New → Fix Released
Changed in taskflow:
status: New → Fix Released
Changed in solum:
assignee: nobody → Ghanshyam Mann (ghanshyammann)
status: New → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tacker (master)

Fix proposed to branch: master
Review: https://review.opendev.org/762796

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tacker (master)

Reviewed: https://review.opendev.org/762796
Committed: https://git.openstack.org/cgit/openstack/tacker/commit/?id=9e13e54c889c46a08ed954738c7589d222a76e95
Submitter: Zuul
Branch: master

commit 9e13e54c889c46a08ed954738c7589d222a76e95
Author: Toshiaki Takahashi <email address hidden>
Date: Mon Nov 16 17:09:14 2020 +0900

    Fix paramiko version for py37 and upper

    Need to update paramiko to fix the following.
    https://github.com/paramiko/paramiko/issues/1108

    Change-Id: If40c0674273df6b76a9bcd88f216f6aa68625fa3
    Closes-Bug: #1886298

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/keystonemiddleware 9.2.0

This issue was fixed in the openstack/keystonemiddleware 9.2.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/python-heatclient 2.3.0

This issue was fixed in the openstack/python-heatclient 2.3.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/python-keystoneclient 4.2.0

This issue was fixed in the openstack/python-keystoneclient 4.2.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/watcher 6.0.0.0rc1

This issue was fixed in the openstack/watcher 6.0.0.0rc1 release candidate.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/tacker 5.0.0.0rc1

This issue was fixed in the openstack/tacker 5.0.0.0rc1 release candidate.

Vida Haririan (vhariria)
Changed in manila:
status: Fix Committed → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on ec2-api (master)

Change abandoned by "Andrey Pavlov <email address hidden>" on branch: master
Review: https://review.opendev.org/c/openstack/ec2-api/+/751003
Reason: too old. please restore if still required

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/watcher victoria-eom

This issue was fixed in the openstack/watcher victoria-eom release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.