← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1638015] [NEW] Deletion of DVR router with external gateway port is not using ML2 hooks

 

Public bug reported:

Hello! I'm developing ML2 mechanism driver which needs to handle
delete_port_(pre|post)commit. When I'm deleting DVR router, I'm not
getting delete_port_... calls in my mech driver, because
delete_floatingip_agent_gateway_port will issue
self._core_plugin.ipam.delete_port instead of
self._core_plugin.delete_port. This is crucial in case when external
network is handled by OVS agent instead of L3 agent.

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1638015

Title:
  Deletion of DVR router with external gateway port is not using ML2
  hooks

Status in neutron:
  New

Bug description:
  Hello! I'm developing ML2 mechanism driver which needs to handle
  delete_port_(pre|post)commit. When I'm deleting DVR router, I'm not
  getting delete_port_... calls in my mech driver, because
  delete_floatingip_agent_gateway_port will issue
  self._core_plugin.ipam.delete_port instead of
  self._core_plugin.delete_port. This is crucial in case when external
  network is handled by OVS agent instead of L3 agent.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1638015/+subscriptions


Follow ups