Comment 2 for bug 1824178

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

Reviewed: https://review.opendev.org/651584
Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=a0b39121cdf3ae338e68fefdf4491bd9788120aa
Submitter: Zuul
Branch: master

commit a0b39121cdf3ae338e68fefdf4491bd9788120aa
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed Apr 10 15:34:25 2019 +0000

    Use AssociationProxyInstance instead of AssociationProxy

    Since [1], an AssociationProxy proxy instance is an
    AssociationProxyInstance derivative object.

    In order to import versions SQLAlchemy>=1.3.x, we need to handle
    both implementations.

    [1]https://github.com/sqlalchemy/sqlalchemy/commit/6446e0dfd3e3bb60754bad81c4d52345733d94e3

    Change-Id: Ieba1a0315b4588841210078fa13f99f3d5275426
    Closes-Bug: #1824178