zaqar/releasenotes/notes/support-extra-specs-to-subscription-confirming-edbdbebbdcd0cd74.yaml
wanghao 9b6edcf6ca Support extra specs to subscription confirming
Introduce "EXTRA-SPEC" request header to handling
the extra information when confirming subscription.
Developer could extend the tasks to support more functions.
User needs to specify the task name in value of "EXTRA-SPEC".

Change-Id: I9bca9a772d0f5a37c0d780c320ea2307c745a1e8
Implements: blueprint support-extra-specs-to-subscription-confirming
2021-03-17 17:47:45 +08:00

7 lines
252 B
YAML

---
features:
- Introduce a new request header called "EXTRA-SPEC" and driver mechanism
with stevedore to let developers to implement the task about how to deal
with this informtaion. In Wallaby, there's just an empty handler by
default.