deb-keystone/keystone/tests/config_files/deprecated_override.conf
Morgan Fainberg be9d13fb67 Move test .conf files to keystone/tests/config_files
Move the test configuration files to an isolated directory. This
allows for less clutter in the keystone/tests directory and keeps
the configuration data a bit more isolated from the test cases
themselves.

Change-Id: I054393b968824a0e3c31fd227d7b09e9c14c764b
2014-03-17 00:21:27 -07:00

16 lines
318 B
Plaintext

# 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