summaryrefslogtreecommitdiff
path: root/keystone/tests/unit/config_files/deprecated_override.conf
blob: 1d1c926fee03ed3035c7027948e65a0b989bea98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Options in this file are deprecated. See test_config.

[sql]
# These options were deprecated in Icehouse with the switch to oslo's
# db.sqlalchemy.

connection = sqlite://deprecated
idle_timeout = 54321


[database]
# These are the new options from the [sql] section.

connection = sqlite://new
idle_timeout = 65432