Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »

Author: Xavier Thevenot (Unlicensed)

Custom list of controllers

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
{
    [...],
    "config.harddiskcustomcontrollertypes" : ["TYPE1", "TYPE2"]
    "config.harddiskcustomcontrollers" : ["CUSTOMCONTROLLER1", "CUSTOMCONTROLLER2"]
}

Combo boxes will display this custom list of controllers (and 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).

  • No labels