Reviewed: https://review.openstack.org/340911 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=e92b68dd8258eadd36f4d725681895d8ef3a68f0 Submitter: Jenkins Branch: master
commit e92b68dd8258eadd36f4d725681895d8ef3a68f0 Author: Kumar Acharya <[email protected]> Date: Tue Jul 12 12:19:41 2016 +0530 delete event payload This fix will allow the delete event to have the required data in the notification payload. Change-Id: I57a001ca2fddc2a750026e7da7980bfd8e5aab40 Closes-Bug: 1593127 ** 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/1593127 Title: VIP delete event payload does not have sufficent information Status in neutron: Fix Released Bug description: Existing context for vip.delete.start only contains loadbalancer id as the payload. This will not help if we want to automate few things from designate perspective like deleting records associated with the loadbalancer. Since this is delete process, we don't have any other way also to get the required info as when the vip is deleted all related information is also deleted. The current payload: "payload":{ "loadbalancer_id":"8c5c5886-2d5c-4826-8632-1678e1217a72" } To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1593127/+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

