← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1290983] Re: db_base_class should call delete_port instead of _delete_port

 

[Expired for neutron because there has been no activity for 60 days.]

** Changed in: neutron
       Status: Incomplete => Expired

-- 
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 neutron:
  Expired

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


References