openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #16621
Re: Multi-Hypervisor Support
Michael J Fork wrote:
>
> Looking at the Hypervisor section of the documentation,
> _http://docs.openstack.org/trunk/openstack-compute/admin/content/selecting-a-hypervisor.html_,
> it states
>
> "You cannot configure more than one virtualization type on the compute
> nodes, so the hypervisor selection is for the entire installation."
>
That should really be updated IMO. Also, the comment on Xen is specific
to XenServer. Upstream xen.org works fine as an OpenStack compute node
- and it is not necessary to run it in a VM :).
> Is this statement still true with the recent filter additions,
> specifically the ImagePropertiesFilter and ComputeCapabilitiesFilter?
>
No. With the ImagePropertiesFilter, you can set properties on your
images to ensure the scheduler places instances based off those images
on correct compute nodes. E.g.
glance image-update --property architecture=x86_64 --property
hypervisor_type=xen --property vm_mode=xen <img>
Regards,
Jim
References