]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Big Switch Plugin: No REST port delete on net del
authorKevin Benton <blak111@gmail.com>
Thu, 20 Mar 2014 13:48:45 +0000 (06:48 -0700)
committerKevin Benton <blak111@gmail.com>
Fri, 21 Mar 2014 05:16:42 +0000 (22:16 -0700)
commit083324df06828e1b8fb97220b7415c2a28ee16c4
tree9680a4d554b9f1ec2d791f9a3f6af03a7bda04e5
parent0ad5c0437d0b44e4f220d27be27880cfdf8abef4
Big Switch Plugin: No REST port delete on net del

Moves the REST call for port deletion out of the
_delete_port method into the delete_port method
so it doesn't get called during a delete_network
operation. The backend controller automatically
removes ports that are a member of a network when
it's deleted.

Closes-Bug: #1295438
Change-Id: Ic09eb722f8e9bd3ce298dee90d8415cda1a1aa7a
neutron/plugins/bigswitch/plugin.py