Add release notes for feature enable-drivers-by-default

This commit adds the release notes for the feature enable-drivers-by-default
bp

Implements blueprint enable-drivers-by-default

Change-Id: Ica46299952acce4396e83b1e1c49e58b0ed6ab85
This commit is contained in:
Anusha Ramineni 2018-04-09 14:44:36 +05:30 committed by Anusha Ramineni
parent 6e2f8449c1
commit 1e08f49492
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
---
features:
- |
congress now supports loading of drivers from entry points instead of
from config option 'drivers'. The value of 'drivers' config option will be
silently ignored. To disable any of the supported drivers and to restrict
the datasource creation for specifc driver, new config option
'disable_drivers' is supported. And also new config option
'custom_driver_endpoints' is supported for third-party or downstream
drivers to add their endpoints to congress. The same would be loaded by
congress on service startup.
upgrade:
- |
Any of the third-party drivers added to 'drivers' config option should add
the corresponding endpoint to 'custom_drivers_endpoint' to be able to load
their drivers on service startup.
deprecations:
- |
'drivers' config option is deprecated and would be silently ignored.