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 coupling.
-jay On Tue, May 31, 2011 at 8:47 AM, Atul Gosain <[email protected]> wrote: > 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 in > python. > Is it possible to get virtualization layer separately from openstack to be > used somewhere else. > Thanks > Atul > _______________________________________________ > Mailing list: https://launchpad.net/~openstack > Post to : [email protected] > Unsubscribe : https://launchpad.net/~openstack > More help : https://help.launchpad.net/ListHelp > > _______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

