Table of Contents |
---|
Author: Xavier Thevenot (Unlicensed)
...
To override the hypervisor plugin's list of controllers (and controller types) for when users assign a virtual disk to a VM, add the following property in client-config-custom.json
file.
Custom controllers list property
Code Block | ||
---|---|---|
| ||
{ [...], "config.harddiskcustomcontrollertypes" : ["TYPE1", "TYPE2"] "config.harddiskcustomcontrollers" : ["CUSTOMCONTROLLER1", "CUSTOMCONTROLLER2"] } |
...