Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

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.

Custom controllers list property
Code Block
languagejs
{
    [...],
    "config.harddiskcustomcontrollertypes" : ["TYPE1", "TYPE2"]
    "config.harddiskcustomcontrollers" : ["CUSTOMCONTROLLER1", "CUSTOMCONTROLLER2"]
}

...