]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Follow up patch for Validate when DVR enabled, l2_pop is also enabled
authorRomil Gupta <romilg@hp.com>
Mon, 23 Mar 2015 06:38:00 +0000 (23:38 -0700)
committerRomil Gupta <romilg@hp.com>
Thu, 26 Mar 2015 09:38:26 +0000 (02:38 -0700)
commit1c49571d296db07deb766149fe66756b5b4db66a
tree277a91a78b80f5055a9108c068256e6a8b953ff1
parent1a089e6059a381a9cb90a17cf17d44e144d30430
Follow up patch for Validate when DVR enabled, l2_pop is also enabled

Reference:
https://review.openstack.org/#/c/165311/

For a VLAN underlays, DVR does not mandate l2-pop to be turned ON.

So just checking for enable_tunneling and validating for l2-pop being
turned ON is more than sufficient.

Change-Id: I96695dc623b4ea37d3ef1384eb9ac9c1384d3da3
Closes-Bug: #1417633
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/unit/openvswitch/test_ovs_neutron_agent.py