79887a610b
arch in libvirt driver support This is split 1 of 3 for the architecture emulation feature. This adds the 'hw_emulation_architecture' property to the image meta properties, allowing for operator to define whether they will use emulation or not. This adds the capability as a feature to ensure no impact to normal operations or functionality. Account for object versioning has been added to raise exceptions and handle proper Implements: blueprint pick-guest-arch-based-on-host-arch-in-libvirt-driver Signed-off-by: Jonathan Race <jrace@augusta.edu> Change-Id: If4f598c0d3f9e64617beb54450faa04e7d20dd20
9 lines
192 B
JSON
9 lines
192 B
JSON
{
|
|
"nova_object.namespace": "nova",
|
|
"nova_object.data": {
|
|
"hw_architecture": "x86_64"
|
|
},
|
|
"nova_object.name": "ImageMetaPropsPayload",
|
|
"nova_object.version": "1.9"
|
|
}
|