]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add new ovs DB API to inquire interfaces name list in a bridge
authorYalei Wang <yalei.wang@intel.com>
Tue, 9 Jun 2015 05:46:57 +0000 (13:46 +0800)
committerYalei Wang <yalei.wang@intel.com>
Wed, 22 Jul 2015 07:15:12 +0000 (15:15 +0800)
commitb4e42a341894177a1c870a48b2641bae6c36696e
treec63fd6918e2afb8418a8bb546ee40ec951c1d4b6
parenteb9226214fbf3d7a1812ca454c7c304769e262dc
Add new ovs DB API to inquire interfaces name list in a bridge

In OVS, ports don't equal to interfaces when a bond port created. This patch
add the new API get_iface_name_list to get the interfaces' name, and it's
supplementary to the current get_port_name_list API.

Change-Id: I29c220e099b8dcf78248e2d660c435578bb2932d
Partial-Bug: #1460494
neutron/agent/common/ovs_lib.py
neutron/agent/ovsdb/api.py
neutron/agent/ovsdb/impl_idl.py
neutron/agent/ovsdb/impl_vsctl.py
neutron/agent/ovsdb/native/commands.py
neutron/tests/functional/agent/test_ovs_lib.py