Comment 2 for bug 1900006

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

Reviewed: https://review.opendev.org/758470
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=2bd8900d9b2600fba74341e249701051fb78eb37
Submitter: Zuul
Branch: master

commit 2bd8900d9b2600fba74341e249701051fb78eb37
Author: Sylvain Bauza <email address hidden>
Date: Thu Oct 15 19:19:38 2020 +0200

    Fix the vGPU dynamic options race

    As we lookup the existing dynamic options *before* creating them as
    _get_supported_vgpu_types() is called *before* compute init_host(),
    we need to make sure we call again the dynamic options registration
    within it.

    Change-Id: Ib9387c381d39fac389374c731b210815c6d4af03
    Closes-Bug: #1900006