Author: Xavier Thevenot (Unlicensed)
Custom list of controllers
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) for when users assign a virtual disk to a virtual machine. To do this, add the following property in client-config-custom.json file.
Custom controllers list property
{ [...], "config.harddiskcustomcontrollertypes" : ["TYPE1", "TYPE2"] "config.harddiskcustomcontrollers" : ["CUSTOMCONTROLLER1", "CUSTOMCONTROLLER2"] }
Comboboxes will now display this custom list of controllers (and controler types). If you do not set the property, Abiquo will display all controllers. If you specify only one value, this value will be assigned (forced).