Re: [Openstack] Virtualization abstraction

2011-05-31 Thread Jay Pipes
If you are asking whether the virtualization abstraction layer in Nova can be split out into a library, I think the answer would be "with some effort". I'm sure there are a few dependencies on other Nova code not in /nova/virt/, but you can try to identify those pieces and then try to remove that c

[Openstack] Virtualization abstraction

2011-05-31 Thread Atul Gosain
Hi I am looking into abstracting the virtualization layer in the software that we are working on where we need to work with multiple hypervisors. I see that Openstack is using libvirt and XCP for Xen and also has support for HyperV. Its exactly what i am looking at. I see that the code is written