62abd5d853
Make it possible to run the migration tests for the supported databases without editing the config files. Blueprint live-sql-gate Change-Id: Iaf14ad42333b0a0cd1f7d0fb37f135a8bf7af14a
5 lines
186 B
Plaintext
5 lines
186 B
Plaintext
#Used for running the Migrate tests against a live Postgresql Server
|
|
#See _sql_livetest.py
|
|
[sql]
|
|
connection = postgresql://keystone:keystone@localhost/keystone_test?client_encoding=utf8
|