[ovo]Add igb value to hw_vif_model image property

Qemu 8.0 and libvirt 9.3.0 added support for qemu emulated igb
network device. This patch adds the new igb value for hw_vif_model
so nova could eventually support booting VMs with such devices.

Subsequent patches will enable libvirt support.

Implements: blueprint igb-vif-model

Change-Id: I9c8dc1a663d0534d62798c5b4c8d4539551f7ae4
This commit is contained in:
Balazs Gibizer
2024-09-09 11:04:32 +02:00
parent b36b7b3a66
commit 638efe3cd5
8 changed files with 33 additions and 7 deletions
@@ -4,5 +4,5 @@
"hw_architecture": "x86_64"
},
"nova_object.name": "ImageMetaPropsPayload",
"nova_object.version": "1.14"
"nova_object.version": "1.15"
}