Files
puppet-nova/releasenotes/notes/vgpu-devices-mapping-7553b329d58fa8c4.yaml
Rajesh Tailor fbf77c0776 Add new parameter vgpu_types_device_addresses_mapping
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
2020-09-14 14:18:02 +05:30

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`.