summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2016-07-06 14:58:34 +0800
committerRoman Podoliaka <rpodolyaka@mirantis.com>2016-07-06 16:34:35 +0300
commit0a1bae9859079fb21a03716be947c5f1da6db0a2 (patch)
treed0d17b784659ec07ce0f01f93d4914a0cbb9280e /releasenotes/notes
parent1d7e7e453bd3520a0e2772a094a6ce70ad1fd342 (diff)
downloadoslo-db-0a1bae9859079fb21a03716be947c5f1da6db0a2.tar.gz
Deprecate config option sqlite_db for removal
We should use config option connection or slave_connection to connect to the database. We can remove it when all consuming projects don't use it anymore. Related-Bug: #1329086 Change-Id: I1960e47b27b5f98f19a07f9899079269bac025cc
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/deprecate_config_sqlite_db-bd41d49343049319.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/deprecate_config_sqlite_db-bd41d49343049319.yaml b/releasenotes/notes/deprecate_config_sqlite_db-bd41d49343049319.yaml
new file mode 100644
index 0000000..d20da8a
--- /dev/null
+++ b/releasenotes/notes/deprecate_config_sqlite_db-bd41d49343049319.yaml
@@ -0,0 +1,7 @@
+---
+deprecations:
+ - |
+ The configuration option ``sqlite_db`` is now deprecated and
+ will be removed in the future. Please use configuration
+ option ``connection`` or ``slave_connection`` to connect to the database.
+