Comment 2 for bug 2061303

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

Reviewed: https://review.opendev.org/c/openstack/octavia/+/915772
Committed: https://opendev.org/openstack/octavia/commit/d0c29009e68a28f46b5ac962449746ca87011fa3
Submitter: "Zuul (22348)"
Branch: master

commit d0c29009e68a28f46b5ac962449746ca87011fa3
Author: Takashi Kajinami <email address hidden>
Date: Mon Apr 15 02:14:32 2024 +0900

    SQLAlchemy 2.0: Drop use of removed autoload

    The autoload arugment was removed[1] in SQLAlchemy and only
    the autoload_with argument should be passed.

    The autoload argument is set according to the autoload_with argument
    automatically even in SQLAlchemy 1.x[2] so is not at all needed.

    [1] https://github.com/sqlalchemy/sqlalchemy/commit/c932123bacad9bf047d160b85e3f95d396c513ae
    [2] https://github.com/sqlalchemy/sqlalchemy/commit/ad8f921e969b6f735dc8e08d882c961dde78f2b1

    Closes-Bug: #2061303
    Change-Id: Ic18044b8065d2350c180ad26f5307a77aa99037b