yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #69726
[Bug 1736201] Re: No create_precommit callback notification for floating ips
Reviewed: https://review.openstack.org/525254
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=98dfdc24bb7ee13b25766231bdb44caf8ff63766
Submitter: Zuul
Branch: master
commit 98dfdc24bb7ee13b25766231bdb44caf8ff63766
Author: Lucas Alvares Gomes <lucasagomes@xxxxxxxxx>
Date: Mon Dec 4 17:01:54 2017 +0000
Add CREATE_PRECOMMIT notification for Floating IPs
This patch is adding a CREATE_PRECOMMIT notification for floating ips.
Before it was possible to register a callback for that (no errors) but
the notification would never be sent because the code was simple not in
place.
Closes-Bug: #1736201
Change-Id: If901d4d54118a6343597ab2ad075b6a2399ea62c
** 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/1736201
Title:
No create_precommit callback notification for floating ips
Status in neutron:
Fix Released
Bug description:
It's possible today to subscribe to a create_precommit callback in
neutron for floating ips today but, that notification will never get
sent because it's missing the notify() call in the Neutron code [0].
As a context, networking-ovn is planning to use the precommit()
callbacks for the database consistency work that is being described at
[1]
[0]
https://github.com/openstack/neutron/blob/acef6d1666336cd4846675572043d95c06cd2267/neutron/db/l3_db.py#L1253-L1338
[1] https://review.openstack.org/#/c/490834/
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1736201/+subscriptions
References