]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove duplicate tunnel id check in sync_allocations
authorCedric Brandily <zzelle@gmail.com>
Fri, 12 Jun 2015 19:11:02 +0000 (21:11 +0200)
committerCedric Brandily <zzelle@gmail.com>
Fri, 12 Jun 2015 19:43:08 +0000 (21:43 +0200)
commita5bf502fab57453a1aedd3a53ce89eaf464e1cd9
treeac90021e56f44a06f0cbecf78e5a5f1fea7c452b
parent60e4fe1d48db68e5bc35eb1c85187655fd19d822
Remove duplicate tunnel id check in sync_allocations

Currently, gre/vxlan sync_allocations and _parse_tunnel_ranges both
check tunnel id values. This change removes the check in gre/vxlan
sync_allocations as they duplicate _parse_tunnel_ranges check and is
less fine.

Change-Id: I5827468aeaec5d6c79d469132b129aeb7da171e2
neutron/plugins/ml2/drivers/type_gre.py
neutron/plugins/ml2/drivers/type_vxlan.py