Comment 3 for bug 769096

Revision history for this message
Armando Migliaccio (armando-migliaccio) wrote :

Thierry,

apart from the fact that xenstore.py was not executable (which, as you said it's a packaging problem), I see two problems here:

1) 'Is virtualization enabled in the BIOS?' error message does give misleading information (in my case it wasn't related to the BIOS at all, and it took me a while to figure out what was going on).
2) There's an unhandled exception within the catch block in vmops.py:977, which means that the catch block raises an exception because of a bug in dealing with this line:

(nova.compute.manager): TRACE: err_msg = err_trace.splitlines()[-1]