Adding a new hypervisor to openstack

Asked by Liam Lynch

I am working on a new, secure, hypervisor/virtual machine technology. I would to know how I would add support for it into openstack.

Thank you.

Liam Lynch

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
Sateesh
Solved:
Last query:
Last reply:
Revision history for this message
Best Sateesh (sateesh-chodapuneedi) said :
#1

Need to add virt driver for the new hypervisor. You can look at the current virt drivers (like xenapi, vmwareapi) in the directory nova/virt/.

Revision history for this message
Liam Lynch (liamslynch) said :
#2

Thanks. I'll take a look. Hopefully there's some documentation as well.