Comment 10 for bug 1888886

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

Reviewed: https://review.opendev.org/745757
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=fb7d54543fd69e046a5136ca4028f4e128b947c2
Submitter: Zuul
Branch: stable/train

commit fb7d54543fd69e046a5136ca4028f4e128b947c2
Author: Vishakha Agarwal <email address hidden>
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
    (cherry picked from commit 3de085b1eb9750cb0d0d25cb468250cf34804eaf)
    (cherry picked from commit 300e79e93b9966e988ec92a74bf9b49b71d77d1b)