oslo.db/releasenotes/notes/deprecate_config_sqlite_db-bd41d49343049319.yaml
ChangBo Guo(gcb) 0a1bae9859 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
2016-07-06 16:34:35 +03:00

8 lines
228 B
YAML

---
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.