nova/releasenotes/notes/bug-1882919-support-e1000e-vif-5437a45c13dff978.yaml
Stephen Finucane 644cb5cb8b libvirt: Mark e1000e VIF as supported
This is supported by the QEMU/KVM backends in libvirt. There's no reason
not to support it in nova. This appears to have been an oversight.

Change-Id: I12a5d28d75bc32a76a4f3765cb4db4cbc46c0c75
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Closes-Bug: #1882919
2020-06-10 10:56:38 +01:00

8 lines
295 B
YAML

---
fixes:
- |
Previously, attempting to configure an instance with the ``e1000e`` or
legacy ``VirtualE1000e`` VIF types on a host using the QEMU/KVM driver
would result in an incorrect ``UnsupportedHardware`` exception. These
interfaces are now correctly marked as supported.