Comment 3 for bug 1349147

Revision history for this message
Matt Riedemann (mriedem) wrote :

Looks like this is probably our issue:

2014-08-04 14:23:51.944 | File "nova/conductor/managelibvir: error : internal error could not initialize domain event timer
2014-08-04 14:25:46.465 | r.py", line 609, in build_instances
2014-08-04 14:25:46.465 | instance.uuid, request_spec)
2014-08-04 14:25:46.465 | File "nova/scheduler/driver.py", line 63, in handle_schedule_error
2014-08-04 14:25:46.465 | 'task_state': None})

Although according to logstash, "error : internal error could not initialize domain event timer" is not uncommon.

But still wondering why we're building an instance and scheduling something when we're in a DB API unit test...