Support multiple allocations for vGPUs

Removing the TODO that only allows one VGPU allocation per instance. Now we no
longer need to support the very old VGPU usage for the root provider, this
is easy.

Change-Id: I48d2b700049c81071710e37c05579239255c3539
Related-Bug: #1758086
Signed-off-by: Sylvain Bauza <sbauza@redhat.com>
This commit is contained in:
Sylvain Bauza
2022-06-14 15:39:47 +02:00
parent 759e03c35d
commit 55a36f8f6a
5 changed files with 145 additions and 63 deletions
@@ -0,0 +1,9 @@
---
fixes:
- |
You can now request different resource groups in your flavor for VGPU or
generic mediated device custom resource classes. Previously, only the
first resource request group was honored. See `bug #1758086`_ for more
details.
.. _bug #1758086: https://bugs.launchpad.net/nova/+bug/1758086