Comment 2 for bug 1896741

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.opendev.org/753574
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=416cd1ab18180fc09b915f4517aca03651f01eea
Submitter: Zuul
Branch: master

commit 416cd1ab18180fc09b915f4517aca03651f01eea
Author: Sylvain Bauza <email address hidden>
Date: Wed Sep 23 12:52:52 2020 +0200

    libvirt: make mdev types name attribute be optional

    Some GPU drivers like i915 don't provide a name attribute for mdev types.
    As we don't use this attribute yet, let's just make sure we support the fact
    it's optional.

    Change-Id: Ia745ed7095c74e2bfba38379e623a3f81e7799eb
    Closes-Bug: #1896741