]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Datapath on L2pop only for agents with tunneling-ip
authorHong Hui Xiao <xiaohhui@cn.ibm.com>
Wed, 28 Oct 2015 07:28:27 +0000 (03:28 -0400)
committerHong Hui Xiao <xiaohhui@cn.ibm.com>
Thu, 19 Nov 2015 06:18:51 +0000 (01:18 -0500)
commit311c9d9d929b4a53d2f54824e599c12f653b77f6
treed462c1cb0af9f12b423f59b497be05d5ea64aba5
parent364abc81c88e3e52652fea5e70de71440f94b37d
Datapath on L2pop only for agents with tunneling-ip

This patch is a regression issue for patch[1].

Only those agents which expose tunneling-ip will be considered in
determining data-path tunnels in deployments with l2pop ON.

[1] https://review.openstack.org/#/c/236970/

Change-Id: I7c3b911d5e7448b4e8dee15bb50df33a6e9d5cfe
Closes-Bug: #1407959
neutron/plugins/ml2/drivers/l2pop/db.py
neutron/plugins/ml2/drivers/l2pop/mech_driver.py
neutron/tests/unit/plugins/ml2/drivers/l2pop/test_db.py
neutron/tests/unit/plugins/ml2/drivers/l2pop/test_mech_driver.py