Comment 11 for bug 2019948

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

Reviewed: https://review.opendev.org/c/openstack/nova/+/883344
Committed: https://opendev.org/openstack/nova/commit/32f191c359c1f2b5fb7c5877ddf145c59e6cbec8
Submitter: "Zuul (22348)"
Branch: master

commit 32f191c359c1f2b5fb7c5877ddf145c59e6cbec8
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed May 17 12:16: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: I020585a192ec5bcfb92cf92ef235da379ccb985e