Comment 9 for bug 1781376

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

Reviewed: https://review.openstack.org/583920
Committed: https://git.openstack.org/cgit/openstack/dragonflow/commit/?id=d2fd3fbc70f894c0cf40e3fdb8ab669ab6a12809
Submitter: Zuul
Branch: master

commit d2fd3fbc70f894c0cf40e3fdb8ab669ab6a12809
Author: Shachar Snapiri <email address hidden>
Date: Thu Jul 19 13:41:04 2018 +0300

    Move port from_idl from ovsport to ovs impl_idl

    The only place that uses the code that creates a port instance from the
    ovsdb data is actually in the ovsdb/impl_idl, this is ovs specific code,
    so it should reside there and not in the code where the port is defined.

    Change-Id: Ieaec525487381000a1b0019037b8bedaa7b50f04
    Partial-Bug: #1781376