217efe0a7b
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
9 lines
404 B
YAML
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.
|