53e7baef42
* removes any bits related to loading classic drivers from the drivers factory code * removes exceptions that only happen when classic drivers can be loaded * removes the BaseDriver, moves the useful functionality to the BareDriver class * /v1/drivers/?type=classic now always returns an empty list * removes the migration updating classic drivers to hardware types The documentation will be updated separately. Change-Id: I8ee58dfade87ae2a2544c5dcc27702c069f5089d
13 lines
467 B
YAML
13 lines
467 B
YAML
upgrade:
|
|
- |
|
|
It is no longer possible to load a classic driver. Only hardware types
|
|
are supported from now on.
|
|
- |
|
|
The ``/v1/drivers/?type=classic`` API always returns an empty list since
|
|
classic drivers can no longer be loaded.
|
|
deprecations:
|
|
- |
|
|
The ``enabled_drivers`` option is now deprecated. Since classic drivers
|
|
can no longer be loaded, setting this option to anything non-empty will
|
|
result in the conductor failing to start.
|