Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Author: Xavier Thevenot (Unlicensed user

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 this, you just have to VM, add the following property in client-config-custom.json file file.

Code Block
languagejavascripttitleCustom controllers list propertyjs
{
    [...],
    "config.harddiskcustomcontrollertypes" : ["TYPE1", "TYPE2"]
    "config.harddiskcustomcontrollers" : ["CUSTOMCONTROLLER1", "CUSTOMCONTROLLER2"]
}

The combobox Combo boxes will now display this custon 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).

...