Comment 14 for bug 1622879

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

Reviewed: https://review.openstack.org/376087
Committed: https://git.openstack.org/cgit/openstack/dragonflow/commit/?id=d17ae9705a4f585fe3e87a398823dc983cf985c1
Submitter: Jenkins
Branch: master

commit d17ae9705a4f585fe3e87a398823dc983cf985c1
Author: Hong Hui Xiao <email address hidden>
Date: Sun Sep 25 22:48:07 2016 +0800

    Refactor ovsdb_vswitch_impl.py

    The ovsdb_vswitch_impl.py contains everything about ovs, for example,
    commands, connection, idl. This fact makes the file hard to maintain.

    This patch separates ovsdb_vswitch_impl.py into several files

    ovsdb/commands.py:The customized ovs db command for df
    ovsdb/impl_idl.py: The classes to connect ovs db
    ovsdb/objects.py: The customized ovs object model for df
    ovsdb/vswitch_impl.py: The interface to manage ovs

    Besides, some obselete code is removed.

    Change-Id: Ie359268a2e72fe1f57b1a2d9dc7fad4f388e0a38
    Related-Bug: #1622879