summaryrefslogtreecommitdiff
path: root/oslo_db/options.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_db/options.py')
-rw-r--r--oslo_db/options.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/oslo_db/options.py b/oslo_db/options.py
index f4bec25..89f4cf7 100644
--- a/oslo_db/options.py
+++ b/oslo_db/options.py
@@ -15,6 +15,9 @@ from oslo_config import cfg
database_opts = [
cfg.StrOpt('sqlite_db',
+ deprecated_for_removal=True,
+ deprecated_reason='Should use config option connection or '
+ 'slave_connection to connect the database.',
deprecated_group='DEFAULT',
default='oslo.sqlite',
help='The file name to use with SQLite.'),