← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1290983] [NEW] db_base_class should call delete_port instead of _delete_port

 

Public bug reported:

When a network is deleted the db_base_class currently deletes
network:dhcp ports out of the database directly since it calls the
private _delete_port() method. This patch changes that to call
delete_port so that the plugin can delete these ports from their
backend.

** Affects: neutron
     Importance: Undecided
     Assignee: Aaron Rosen (arosen)
         Status: In Progress

** Changed in: neutron
     Assignee: (unassigned) => Aaron Rosen (arosen)

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

Title:
  db_base_class should call delete_port instead of _delete_port

Status in OpenStack Neutron (virtual network service):
  In Progress

Bug description:
  When a network is deleted the db_base_class currently deletes
  network:dhcp ports out of the database directly since it calls the
  private _delete_port() method. This patch changes that to call
  delete_port so that the plugin can delete these ports from their
  backend.

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


Follow ups

References