
To support multiple vgpu types configuration, add new parameter `vgpu_types_device_addresses_mapping` where vgpu-type is key and list of device_addresses are value. Also deprecate `enabled_vgpu_types` parameter and instead use newly added parameter. Change-Id: I2e66a68ad831e2d25a757793babaf31277c11eb2
10 lines
335 B
YAML
10 lines
335 B
YAML
---
|
|
features:
|
|
- |
|
|
Add parameter `vgpu_types_device_addresses_mapping` to provide mapping
|
|
for multiple vgpu devices and corresponding device addresses.
|
|
deprecations:
|
|
- |
|
|
Deprecate parameter `enabled_vgpu_types` which was used for providing
|
|
list of vgpu devices and instead use `vgpu_types_device_addresses_mapping`.
|