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 19 Current »

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.

{
    [...],
    "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).

Custom controller list when assigning a virtual disk
  • No labels