Reviewed: https://review.opendev.org/734777 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=644cb5cb8bf44184d9b3f046cc67746b13550dd6 Submitter: Zuul Branch: master
commit 644cb5cb8bf44184d9b3f046cc67746b13550dd6 Author: Stephen Finucane <[email protected]> Date: Wed Jun 10 10:56:38 2020 +0100 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 <[email protected]> Closes-Bug: #1882919 ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1882919 Title: e1000e interface reported as unsupported Status in OpenStack Compute (nova): Fix Released Bug description: Per this downstream bug [1], attempting to boot a Windows Server 2012 or 2016 image will fail because libosinfo is attempting to configure an e1000e VIF which nova does not explicitly support. There doesn't appear to be any reason not to support this, since libvirt, and specifically QEMU/KVM, support it. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1839808 To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1882919/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

