be9d13fb67
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
11 lines
251 B
Plaintext
11 lines
251 B
Plaintext
# The domain-specific configuration file for the test domain
|
|
# 'domain1' for use with unit tests.
|
|
|
|
[ldap]
|
|
url = fake://memory1
|
|
user = cn=Admin
|
|
password = password
|
|
suffix = cn=example,cn=com
|
|
|
|
[identity]
|
|
driver = keystone.identity.backends.ldap.Identity |