]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Reassign IP to vlan interface when deleting a VLAN bridge
authorRalf Haferkamp <rhafer@suse.de>
Tue, 26 Nov 2013 16:38:44 +0000 (17:38 +0100)
committerRalf Haferkamp <rhafer@suse.de>
Tue, 4 Feb 2014 11:40:42 +0000 (12:40 +0100)
commitb22515e443449a83f423620cb1df5b92770bef32
treeda57d3cd5e2276727c532f53b8265511c901f6ba
parentba12cc88ce35ac452730a98dddd49eefda9db593
Reassign IP to vlan interface when deleting a VLAN bridge

When deleting a VLAN bridge that has an IP address assigned to it, don't delete
the VLAN interface, but reassigned the IP address back to the underlying VLAN
interface.

Closes-Bug: #1255153

Change-Id: I5e39877c0786b43eddba9b5e1394d4c2ec023c0a
neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py
neutron/tests/unit/linuxbridge/test_lb_neutron_agent.py