Comment 3 for bug 1378866

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

Reviewed: https://review.openstack.org/127017
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=93012915a3445a8ac8a0b30b702df30febbbb728
Submitter: Jenkins
Branch: master

commit 93012915a3445a8ac8a0b30b702df30febbbb728
Author: Mark McClain <email address hidden>
Date: Wed Oct 8 18:49:20 2014 +0000

    Add database relationship between router and ports

    Add an explicit schema relationship between a router and its ports. This
    change ensures referential integrity among the entities and prevents orphaned
    ports.

    Change-Id: I09e8a694cdff7f64a642a39b45cbd12422132806
    Closes-Bug: #1378866