Reviewed: https://review.opendev.org/736258 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d13efc631465937542ea5e590a5c1590a5bfb253 Submitter: Zuul Branch: master
commit d13efc631465937542ea5e590a5c1590a5bfb253 Author: LIU Yulong <[email protected]> Date: Wed Jun 17 23:06:38 2020 +0800 [L3] Let agent extension do delete router first For some agent extension implementation, it may need the router_info to do some clean up work. So this patch just moves the extension delete action forward. Closes-Bug: #1897423 Change-Id: I3434ec7c0942229b99e67de7500090dedb37b13f ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1897423 Title: [L3] Let agent extension do delete router first Status in neutron: Fix Released Bug description: For some agent extension implementation, it may need the router_info to do some clean up work. So the L3 agent extensions(s) can move the delete action ahead of the L3 agent cache deleting. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1897423/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

