diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-02-21 16:05:28 -0800 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-02-21 16:05:28 -0800 |
| commit | 71f7119910f16cb99c10f43a07ccb1e7c0ca473f (patch) | |
| tree | d3cca7141ec77a1d4c21a54f7f1227a8723bb6ed /nova | |
| parent | dbb071c8424871b6985c6b470d9eff522cdda660 (diff) | |
remove changes to test db
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/tests/fake_flags.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/fake_flags.py b/nova/tests/fake_flags.py index 575fefff6..cfa65c137 100644 --- a/nova/tests/fake_flags.py +++ b/nova/tests/fake_flags.py @@ -39,6 +39,6 @@ FLAGS.num_shelves = 2 FLAGS.blades_per_shelf = 4 FLAGS.iscsi_num_targets = 8 FLAGS.verbose = True -FLAGS.sql_connection = 'sqlite:///tests.sqlite' +FLAGS.sql_connection = 'sqlite:///nova.sqlite' FLAGS.use_ipv6 = True FLAGS.logfile = 'tests.log' |
