summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2017-03-24 14:08:07 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2017-03-24 16:04:32 +0800
commitcc64f7010522e812a696159009a72e59e2b017a8 (patch)
tree98963666eba925e2596d4b9a9a45ecff50b714e0 /releasenotes/notes
parent231913a153ea284f4c78d814ed1fba18c5f5dab8 (diff)
downloadoslo-db-cc64f7010522e812a696159009a72e59e2b017a8.tar.gz
Remove deprecated config option sqlite_db
We deprecated config options sqlite_db in July, 2016 [1], and it shows up in many projects' config files but these projects don't use it either, so it's confusing to our users. It's time to remove it, just use config option connection or slave_connection to connect to the database. [1] https://review.openstack.org/#/c/338047/ Closes-Bug: #1329086 Change-Id: Id269d921e40edf95eb977b011f1753f633b79d18
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/remove-config-option-sqlite_db-7b7c6459135fd8c9.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/remove-config-option-sqlite_db-7b7c6459135fd8c9.yaml b/releasenotes/notes/remove-config-option-sqlite_db-7b7c6459135fd8c9.yaml
new file mode 100644
index 0000000..d8f10d0
--- /dev/null
+++ b/releasenotes/notes/remove-config-option-sqlite_db-7b7c6459135fd8c9.yaml
@@ -0,0 +1,5 @@
+---
+upgrade:
+ - The configuration option ``sqlite_db`` is removed. Pease use
+ configuration option ``connection`` or ``slave_connection``
+ to connect to the database.