]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ML2 tunnel drivers validate provider networks correctly
authormathieu-rohon <mathieu.rohon@gmail.com>
Thu, 25 Jul 2013 08:38:16 +0000 (10:38 +0200)
committerMark McClain <mark.mcclain@dreamhost.com>
Fri, 26 Jul 2013 15:58:24 +0000 (11:58 -0400)
commitc1b1af72e93da37383d6111195bfc8c63cc49fae
tree3295254d0054a60ded0fc43c3a6e17f730e5378b
parente4ddee8e826b14011efc3631d8b03f25027f3dbb
ML2 tunnel drivers validate provider networks correctly

there was a copy/paste error in GRE/VXlan type drivers implementation.
the segment wasn't returned while validating the provider network.

Change-Id: I7df6d2e714d09618644f935a9ed41354b62de9d0
Fixes: bug #1202244
neutron/plugins/ml2/driver_api.py
neutron/plugins/ml2/drivers/type_flat.py
neutron/plugins/ml2/drivers/type_gre.py
neutron/plugins/ml2/drivers/type_local.py
neutron/plugins/ml2/drivers/type_tunnel.py
neutron/plugins/ml2/drivers/type_vlan.py
neutron/plugins/ml2/drivers/type_vxlan.py
neutron/plugins/ml2/managers.py
neutron/plugins/ml2/plugin.py