Comment 2 for bug 1884812

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

Reviewed: https://review.opendev.org/737610
Committed: https://git.openstack.org/cgit/x/networking-vpp/commit/?id=c436f152bb83049dd6a029a28b8823506cfffc9a
Submitter: Zuul
Branch: master

commit c436f152bb83049dd6a029a28b8823506cfffc9a
Author: Naveen Joy <email address hidden>
Date: Mon Jun 22 16:19:47 2020 -0700

    train release compatibility

    The CommonDbMixin class used by services is deprecated in
    the Train release. This patch ensures Train release
    compatibility by using model_query from neuton_lib.db
    to query a resource by its ID. Since model_query is
    available in the previous releases, this is compatible
    with older releases as well. Furthermore, Trunk constants
    have changed in Train. This change ensures compatibility
    by using the compat module.

    Closes-bug: #1884812
    Change-Id: Ica4343cb0ea85217d8a3d79e13f95ca6fb6d9927