Comment 43 for bug 1597913

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

Reviewed: https://review.openstack.org/355662
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=74229030b862250eb5625b5dd87476be5550e2b8
Submitter: Jenkins
Branch: master

commit 74229030b862250eb5625b5dd87476be5550e2b8
Author: Nakul Dahiwade <email address hidden>
Date: Mon Aug 15 22:01:50 2016 +0000

    Relocate PortBindingPort DB Model

    This patch moves PortBindingPort model under neutron/db/models for
    consistency.There are no plans to implement an OVO object for the model
    at this point in time. Actually, the model should probably eventually
    go away from Neutron tree since it's not used by reference plugin,
    and is just a remnant from the times when the neutron tree contained
    lots of plugins, some of which were using the model.

    Change-Id: I5728fea38816b7e500eaa836d5c5dadef51457f7
    Partial-Bug: #1597913