Comment 9 for bug 1746996

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to networking-bgpvpn (master)

Reviewed: https://review.openstack.org/541775
Committed: https://git.openstack.org/cgit/openstack/networking-bgpvpn/commit/?id=cc671c8871a896d09f598235741f7f938b9f4b8f
Submitter: Zuul
Branch: master

commit cc671c8871a896d09f598235741f7f938b9f4b8f
Author: Thomas Morin <email address hidden>
Date: Wed Feb 7 17:10:41 2018 +0100

    switch to use new DB facade

    Beyond obvious reasons to try to migrate to the new facade, bug
    17446996 is leading us into using the new DB facade for BGPVPN
    OVObjects used by bagpipe driver.

    However, unless we switched all DB operations to the new DB facade,
    we have a situation where we mix both old and new facade, which
    is a known source of issues.

    This change switches all DB operation to use the new DB facade.

    Change-Id: I5a395560ea0573c92a3c615d7dbcb343d6983a78
    Depends-On: Ie4ad57f6357c59f2a978467099642b08e730133e
    Related-Bug: 1746996