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
Reviewed: https:/ /review. opendev. org/758470 /git.openstack. org/cgit/ openstack/ nova/commit/ ?id=2bd8900d9b2 600fba74341e249 701051fb78eb37
Committed: https:/
Submitter: Zuul
Branch: master
commit 2bd8900d9b2600f ba74341e2497010 51fb78eb37
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 supported_ vgpu_types( ) is called *before* compute init_host(),
_get_
we need to make sure we call again the dynamic options registration
within it.
Change-Id: Ib9387c381d39fa c389374c731b210 815c6d4af03
Closes-Bug: #1900006