Reviewed: https://review.openstack.org/365472 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=6566fb1a373a564e1549184711b0938f4995b33f Submitter: Jenkins Branch: master
commit 6566fb1a373a564e1549184711b0938f4995b33f Author: Gary Kotton <[email protected]> Date: Mon Sep 5 00:18:51 2016 -0700 L3: Only send notifications if l3 plugin exists Validate that the plugin exists to invoke notifications Change-Id: Iab970ca633b338e021b2c910281672b2350939c4 Closes-bug: #1618728 ** 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/1618728 Title: An error in neutron, while deleting the instance of ironic Status in Ironic: Invalid Status in neutron: Fix Released Bug description: After running `nova delete`, as the node is cleaning.There is an error in the log of neutron-server. But the clean step can continue after this. Realse: mitaka neutron/server.log __________________________________________________________________________________________ 2016-08-31 15:20:41.881 15845 ERROR neutron.callbacks.manager [req-2ac73be1-cc08-4b3c-8d8b-e1100f64a8e4 6357988a703f462a8649d9e29f5a71ca bdbd273611f94a4ca2bbf20e72311b2a - - -] Error during notification for neutron.db.l3_db._notify_routers_callback port, after_delete 2016-08-31 15:20:41.881 15845 ERROR neutron.callbacks.manager Traceback (most recent call last): 2016-08-31 15:20:41.881 15845 ERROR neutron.callbacks.manager File "/usr/lib/python2.7/site-packages/neutron/callbacks/manager.py", line 146, in _notify_loop 2016-08-31 15:20:41.881 15845 ERROR neutron.callbacks.manager callback(resource, event, trigger, **kwargs) 2016-08-31 15:20:41.881 15845 ERROR neutron.callbacks.manager File "/usr/lib/python2.7/site-packages/neutron/db/l3_db.py", line 1719, in _notify_routers_callback 2016-08-31 15:20:41.881 15845 ERROR neutron.callbacks.manager l3plugin.notify_routers_updated(context, router_ids) 2016-08-31 15:20:41.881 15845 ERROR neutron.callbacks.manager AttributeError: 'NoneType' object has no attribute 'notify_routers_updated' 2016-08-31 15:20:41.881 15845 ERROR neutron.callbacks.manager __________________________________________________________________________________________ To manage notifications about this bug go to: https://bugs.launchpad.net/ironic/+bug/1618728/+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

