Reviewed: https://review.opendev.org/c/openstack/devstack/+/827155 Committed: https://opendev.org/openstack/devstack/commit/a756f4b9681d429f2612164eb01d57c800ff2d2a Submitter: "Zuul (22348)" Branch: master
commit a756f4b9681d429f2612164eb01d57c800ff2d2a Author: Rodolfo Alonso Hernandez <[email protected]> Date: Mon Jan 31 16:38:31 2022 +0000 Add python3.6 pip support Since pip v22, python3.6 is not supported (the minimum version is python3.7). This patch adds the reference for the pip3.6 URL to be used instead of the default one. Closes-Bug: #1959600 Change-Id: Iab2c391d5388461fe9e9037cee81884ce8032e72 ** Changed in: devstack Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1959600 Title: pip 22 breaks python3.6 jobs (Victoria and older CI jobs) Status in devstack: Fix Released Status in neutron: Confirmed Bug description: Log: https://21de90ebb111255248ad-d7024b4a9df5a3cf5a52965a2b5a469a.ssl.cf5.rackcdn.com/826440/2/gate/neutron- grenade-multinode/5749f11/job-output.txt Error: 2022-01-31 14:33:12.591984 | compute1 | + tools/install_pip.sh:install_get_pip:94 : sudo -H -E python3.6 /opt/stack/old/devstack/files/get-pip.py -c /opt/stack/old/devstack/tools/cap-pip.txt 2022-01-31 14:33:12.672175 | compute1 | ERROR: This script does not work on Python 3.6 The minimum supported Python version is 3.7. Please use https://bootstrap.pypa.io/pip/3.6/get-pip.py instead. To manage notifications about this bug go to: https://bugs.launchpad.net/devstack/+bug/1959600/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

