Joshua Hesketh 4d5ba72081 Check the logs for migrations that take too long
Change-Id: I38cbce3771afea8dc2ffecc243d727bc1759431e
2013-12-12 13:39:07 +11:00

18 lines
356 B
JSON

{
"project": "openstack/nova",
"type": "mysql",
"db_user": "nova",
"db_pass": "tester",
"database": "nova",
"seed_data": "nova.sql",
"logging_conf": "logging.conf",
"maximum_migration_times": {
"default": 60,
"135": 120,
"149": 120,
"152": 300,
"159": 120,
"216": 180
}
}