From 1e08f49492bc45710f87496deea4eb31a37f7888 Mon Sep 17 00:00:00 2001 From: Anusha Ramineni Date: Mon, 9 Apr 2018 14:44:36 +0530 Subject: [PATCH] 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 --- ...ivers-config-options-65bbd2bdc955db18.yaml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 releasenotes/notes/drivers-config-options-65bbd2bdc955db18.yaml diff --git a/releasenotes/notes/drivers-config-options-65bbd2bdc955db18.yaml b/releasenotes/notes/drivers-config-options-65bbd2bdc955db18.yaml new file mode 100644 index 000000000..ab67dac96 --- /dev/null +++ b/releasenotes/notes/drivers-config-options-65bbd2bdc955db18.yaml @@ -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.