heat/heat/tests/db/test_migrations.conf
Angus Salkeld ae347b81ca Add migration test framework
This is partly taken from nova and uses the oslo-incubator test migration
framework.

Change-Id: Ia09e3dd2e85917607025a8cf82aa259445c2c24f
2013-12-20 12:32:58 +11:00

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