Include CPU Mode in image_meta
Registered by
Prithiv
Add cpu_mode in image_meta through glance metadata defs. The CPU Mode values are: ``none, custom, host-model and host-passthrough``.
For the common hypervisor options like kvm and qemu, the cpu-mode is set to
``host-model`` by default. The image_meta value will take secondary precedence after flavors to override this
value. This allows the tenants to set cpu_mode for the image to boot up a guest instance
Blueprint information
Related branches
Related bugs
Sprints
Whiteboard
The compute-
The glance-
(?)
Work Items
Work items:
Modify host capabilities: DONE
Modify glance common image meta: DONE