...
Custom list of controllers
From Abiquo v3.10.6 and 4.0.2, it will be now possible to 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 thisVM, add the following property in client-config-custom.json file.
Code Block | ||||
---|---|---|---|---|
| ||||
{ [...], "config.harddiskcustomcontrollertypes" : ["TYPE1", "TYPE2"] "config.harddiskcustomcontrollers" : ["CUSTOMCONTROLLER1", "CUSTOMCONTROLLER2"] } |
Comboboxes Combo boxes will now display this custom list of controllers (and controler controller types). If you do not set the property, Abiquo will display all controllers. If you specify only one value, this value will be automatically assigned (forced).