Comment 6 for bug 1713499

Revision history for this message
Kevin Benton (kevinbenton) wrote :

Hi,

I think the appropriate fix for this is to just not try to validate the MTU during segment deletion.

In the call to _get_network_mtu at [1] you can pass a validate=False flag. This will stop the existing network from being undeletable.

1. http://git.openstack.org/cgit/openstack/neutron/tree/neutron/plugins/ml2/plugin.py#n1883