]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix a regression in "Separate ovs-ofctl using code as a driver" change
authorRomil Gupta <romilg@hp.com>
Thu, 4 Jun 2015 11:21:14 +0000 (04:21 -0700)
committerRomil Gupta <romilg@hp.com>
Tue, 9 Jun 2015 15:56:51 +0000 (08:56 -0700)
commit53ec63c430d123cd1ed4acd3b94537e9cb380bcd
treef096bf1478d008ff8b3b65cef776345c0bf19f95
parentd0bbfc090bb25f1e05b98f0ad70c18209b87ed6b
Fix a regression in "Separate ovs-ofctl using code as a driver" change

The tunnels are not getting established between Network Node and
Compute Nodes in non DVR mode with l2pop enabled and throws
the AttributeError: add_tunnel_port.

This fixes a regression in change Ie1224f8a1c17268cd7d1c474ed82fdfb8852eaa8.

Co-Authored-By: YAMAMOTO Takashi <yamamoto@midokura.com>
Closes-Bug: #1461486
Change-Id: I1106fd3dd32f6f827eb25dec4815ff1120af96f0
neutron/plugins/openvswitch/agent/openflow/ovs_ofctl/br_tun.py
neutron/tests/unit/plugins/openvswitch/agent/openflow/ovs_ofctl/test_br_tun.py