Skip to content

Commit

Permalink
Revert "Clean up FIP properly on external net deletion"
Browse files Browse the repository at this point in the history
Reverting since this patch should not have been
backported to 2014.1.3.

Fixes: MNP-27
This reverts commit 9a6fbb0.
  • Loading branch information
ryu25ish committed Feb 12, 2015
1 parent 23a96f2 commit fec3b01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion midonet/neutron/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ def delete_network(self, context, id):
LOG.info(_("MidonetPluginV2.delete_network called: id=%r"), id)

with context.session.begin(subtransactions=True):
self._process_l3_delete(context, id)
super(MidonetPluginV2, self).delete_network(context, id)
self.api_cli.delete_network(id)

Expand Down

0 comments on commit fec3b01

Please sign in to comment.