Comment 6 for bug 2019948

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/883340
Committed: https://opendev.org/openstack/neutron/commit/43c756d728e36b538e4059e095b6cbdf78f3bcfd
Submitter: "Zuul (22348)"
Branch: master

commit 43c756d728e36b538e4059e095b6cbdf78f3bcfd
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed May 17 12:06:19 2023 +0200

    [alembic] Alembic operations require keywords only arguments

    Since [1] (release 1.11.0), the Alembic operations "now enforce
    keyword-only arguments as passed as keyword and not positionally"
    (from the commit message).

    This change is compatible with the previous versions (as confirmed
    in the CI).

    [1]https://github.com/zzzeek/alembic/commit/df75e85489b9ae69fffff2c5ad2594b30bed2fd4

    Closes-Bug: #2019948
    Change-Id: Ic5e7790377668d83be2cebbba8f6bfa09f7cee5e