Comment 7 for bug 2019948

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

Reviewed: https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/883341
Committed: https://opendev.org/openstack/neutron-dynamic-routing/commit/513ea649be9fd652b0c5b391167f851bc3d653bb
Submitter: "Zuul (22348)"
Branch: master

commit 513ea649be9fd652b0c5b391167f851bc3d653bb
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed May 17 12:12:06 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: I71f59da65edc163aa5891cf0b0d9768d2538b7a7