]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Get OVS port details from port ID
authorGary Kotton <gkotton@redhat.com>
Thu, 16 Aug 2012 10:06:55 +0000 (06:06 -0400)
committerGary Kotton <gkotton@redhat.com>
Mon, 20 Aug 2012 06:18:03 +0000 (02:18 -0400)
commit044ece27b79c810e6c15131b6a553b649e666678
treeb5566ed57c91c642b9b23a95d3296d2873f82cf2
parent7afb37af76efc2978c442cbf80ac46c3ef1b661f
Get OVS port details from port ID

Fixes bug 1037443

This address the issue when a Quantum interface does not start with the
prefix "tap" (for example interfaces created by the l3 agent)

Change-Id: Ie2c98940d921606906015914ce6b23d3095e91f2
quantum/agent/linux/ovs_lib.py
quantum/plugins/openvswitch/agent/ovs_quantum_agent.py
quantum/tests/unit/test_ovs_lib.py