9b6edcf6ca
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
7 lines
252 B
YAML
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.
|