...
From Abiquo v3.10.6 and 4.0.2, it will be now possible to override the hypervisor plugin's list of controllers (and controller types) when users assign a virtual disk to a virtual machine. To do this, add the following property in client-config-custom.json file file.
Code Block | ||||
---|---|---|---|---|
| ||||
{
[...],
"config.harddiskcustomcontrollertypes" : ["TYPE1", "TYPE2"]
"config.harddiskcustomcontrollers" : ["CUSTOMCONTROLLER1", "CUSTOMCONTROLLER2"]
}
|
The combobox Comboboxes will now display this custom list of controllers (and controler types). If you specify only one value, this value will be assigned (forced).