ae347b81ca
This is partly taken from nova and uses the oslo-incubator test migration framework. Change-Id: Ia09e3dd2e85917607025a8cf82aa259445c2c24f
11 lines
398 B
Plaintext
11 lines
398 B
Plaintext
[DEFAULT]
|
|
# Set up any number of databases to test concurrently.
|
|
# The "name" used in the test is the config variable key.
|
|
|
|
# A few tests rely on one sqlite database with 'sqlite' as the key.
|
|
|
|
sqlite=sqlite://
|
|
#sqlitefile=sqlite:///test_migrations_utils.db
|
|
#mysql=mysql+mysqldb://user:pass@localhost/test_migrations_utils
|
|
#postgresql=postgresql+psycopg2://user:pass@localhost/test_migrations_utils
|