oslo.db/releasenotes/notes/remove-config-option-sqlite_db-7b7c6459135fd8c9.yaml
ChangBo Guo(gcb) cc64f70105 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
2017-03-24 16:04:32 +08:00

6 lines
174 B
YAML

---
upgrade:
- The configuration option ``sqlite_db`` is removed. Pease use
configuration option ``connection`` or ``slave_connection``
to connect to the database.