644cb5cb8b
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
8 lines
295 B
YAML
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.
|