38c1812015
This will deprecate the notification_driver config setting, and no config setting will be needed. Also it lays down the foundation for a more decoupled interaction with mechanism drivers. Closes-Bug: #1657379 Related-Bug: #1627749 DocImpact Change-Id: I2f166a43f0b980ad22617f8a3f7b4cc7f4786c48
13 lines
473 B
YAML
13 lines
473 B
YAML
---
|
|
features:
|
|
- The QoS driver architecture has been refactored to overcome several
|
|
previous limitations, the main one was the coupling of QoS details
|
|
into the mechanism drivers, and the next one was the need of
|
|
configuration knobs to enable each specific notification driver,
|
|
that will be handled automatically from now on.
|
|
|
|
deprecations:
|
|
- |
|
|
notification_drivers from [qos] section has been deprecated. It will be
|
|
removed in a future release.
|