Comment 4 for bug 1513087

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

Reviewed: https://review.openstack.org/243605
Committed: https://git.openstack.org/cgit/openstack/networking-bgpvpn/commit/?id=0d0b9d2f5feec6914a900f7b81c894f090cd8cf2
Submitter: Jenkins
Branch: master

commit 0d0b9d2f5feec6914a900f7b81c894f090cd8cf2
Author: Thomas Morin <email address hidden>
Date: Tue Nov 10 14:22:51 2015 +0100

    Checks consistency of net association vs BGPVPN id

    This change introduces checks so that on a GET for a
    network association on a BGPVPN, the network association
    is returned only if it is actually bound to this BGPVPN.

    Change in:
    - plugin/driver interface
    - DB code, to detect inconsistency and raise an error
    - test cases

    Additionally, the code adapts DELETE codepath for the
    same reason.

    Change-Id: I71d9c4b0fc08975c40c8da3a67e1d5837f1b1f73
    Closes-Bug: 1513087