yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #08270
[Bug 1269501] [NEW] With removal of explicit _recycle_ip, the method should be removed from db_base_plugin_v2.py
Public bug reported:
https://review.openstack.org/#/c/58017 removes the need to explicitly
call _recycle_ip. More specifically, it makes _recycle_ip a simple
pass-through to _delete_ip_allocation. A follow-on needs to remove
_recycle_ip and replace calls with _delete_ip_allocation.
** Affects: neutron
Importance: Undecided
Assignee: Carl Baldwin (carl-baldwin)
Status: In Progress
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1269501
Title:
With removal of explicit _recycle_ip, the method should be removed
from db_base_plugin_v2.py
Status in OpenStack Neutron (virtual network service):
In Progress
Bug description:
https://review.openstack.org/#/c/58017 removes the need to explicitly
call _recycle_ip. More specifically, it makes _recycle_ip a simple
pass-through to _delete_ip_allocation. A follow-on needs to remove
_recycle_ip and replace calls with _delete_ip_allocation.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1269501/+subscriptions
Follow ups
References