Comment 1 for bug 1517480

Revision history for this message
Thomas Morin (tmmorin-orange) wrote : Re: port-delete succeeds but gives a traceback in neutron logs

The issue lies in the fact that the service plugin subscribes to port AFTER_DELETE events rather than BEFORE_DELETE event.
When the callback is triggered, it is too late, the Port does not exist anymore.