Reviewed: https://review.opendev.org/742956 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=3de085b1eb9750cb0d0d25cb468250cf34804eaf Submitter: Zuul Branch: master
commit 3de085b1eb9750cb0d0d25cb468250cf34804eaf Author: Vishakha Agarwal <[email protected]> Date: Fri Jul 24 19:58:30 2020 +0530 Fix lower-constraint for PyMySQL keystone does not have any lower constraint for PyMySQL so the latest version 0.10.0 is picked by the job which is failing [1] In OpenStack, PyMySQL upper constraint is .9.3 means that version is tested not 0.10.0 [2] let's add PyMySQL lower constraint also so that we test lower-constraint job with correct lower version. [1]https://zuul.opendev.org/t/openstack/build/3077d96f4fff4b7985cb763d0635d471/log/job-output.txt#621 [2]https://github.com/openstack/requirements/blob/master/upper-constraints.txt#L384 Change-Id: I3834b3b34641c006c70614d5331d292c41f8a346 Closes-Bug: #1888886 ** Changed in: keystone Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1888886 Title: Keystone gate failure due to PyMySQL==0.10.0 Status in OpenStack Identity (keystone): Fix Released Bug description: Keystone failing with the following logs [1] [1] https://zuul.opendev.org/t/openstack/build/3077d96f4fff4b7985cb763d0635d471/log /job-output.txt#621 To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1888886/+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

