nova-compute fails to start on XenServer
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Critical
|
Dan Prince |
Bug Description
Post Git commit 2578945be71f2e1
Nova-compute fails to startup on XenServer.
2012-07-26 14:52:10 INFO nova.compute.
2012-07-26 14:52:10 ERROR nova.compute.
The issue appears to be that we now import libvirt classes in the virt/disk/api. This API is used cross hypervisor so we should avoid initializing modules (libvirt) which may not be installed.
Changed in nova: | |
assignee: | nobody → Dan Prince (dan-prince) |
importance: | Undecided → Critical |
status: | New → In Progress |
Changed in nova: | |
milestone: | none → folsom-3 |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | folsom-3 → 2012.2 |
Fix proposed to branch: master /review. openstack. org/10347
Review: https:/