Re: [Openstack] questions on the dynamic loading of virt drivers in nova

2012-05-10 Thread Thierry Carrez
You might want to talk to Soren and fix it within: https://blueprints.launchpad.net/nova/+spec/hypervisor-code-consolidation since this will also result in refactoring in the same area. Vishvananda Ishaya wrote: > No this is mostly just legacy stuff that was never refactored. > > Vish > > On M

Re: [Openstack] questions on the dynamic loading of virt drivers in nova

2012-05-09 Thread Vishvananda Ishaya
No this is mostly just legacy stuff that was never refactored. Vish On May 9, 2012 3:33 PM, "Sean Dague" wrote: > I'm familiarizing myself with the nova code and trying to reconcile that > while there is dynamic class based loading in ComputeManager using > import_utils in __init__() there is al

[Openstack] questions on the dynamic loading of virt drivers in nova

2012-05-09 Thread Sean Dague
I'm familiarizing myself with the nova code and trying to reconcile that while there is dynamic class based loading in ComputeManager using import_utils in __init__() there is also a defaulting to the nova.virt.connection.get_connection function. That's actually got a big if / else statement o