neutron-lib/releasenotes/notes/callback_priority-2ded960e17bd5db9.yaml
Isaku Yamahata 217efe0a7b callback: priority to specify calling order
Add priority to specify calling order.
l3 flavor requires to enforce calling order which is discussed at
https://review.openstack.org/#/c/523257/

Co-Authored-By: Manjeet Singh Bhatia<manjeet.s.bhatia@intel.com>

Change-Id: Ib4fa951eabc184c9d175e32b1db4af68a836dc10
Partial-bug: #1745633
2018-03-22 18:20:25 +00:00

9 lines
404 B
YAML

---
features:
- |
Introduced priority to callback subscription. An integer value can be
associated with each callback so that callbacks can be executed in
specified order for same resources and events. Every callback will have
priority value by default. To execute callbacks in specified order, priorities
should be defined explicitly, lower priority value would be executed first.