Comment 5 for bug 1874664

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

Reviewed: https://review.opendev.org/723858
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=32bbbd698a2a9c5ca6f0b01662d94c64e21422b1
Submitter: Zuul
Branch: master

commit 32bbbd698a2a9c5ca6f0b01662d94c64e21422b1
Author: Sylvain Bauza <email address hidden>
Date: Tue Apr 28 12:17:08 2020 +0200

    Test multi create with vGPUs

    We had a bug in Rocky where multicreate wasn't working correctly, but given
    in Stein we provided Resource Providers for each pGPU, this is fixed now.

    NOTE: We have a related bug #1874664 because multicreate doesn't work with
    nested Resource Providers.
    We could btw. move the regression test to a specific module in the
    regressions tests subdirectory.

    Change-Id: I8154917ff142987e80dc711e3b2b3965a21f08d0
    Related-Bug: #1780225
    Related-Bug: #1874664