Просмотр исходного кода

Drop the `relistFields` that do not scope any other option

`relistFields` is for optional fields the provider reads from the env to
scope the options it returns for other fields. The fields dropped here
do not, so changing them re-ran the options call for nothing.

Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
Mihaela Balutoiu 6 дней назад
Родитель
Сommit
aa535da5d5
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      config.ts

+ 0 - 2
config.ts

@@ -129,7 +129,6 @@ const conf: Config = {
       name: "proxmox",
       name: "proxmox",
       types: ["destination"],
       types: ["destination"],
       requiredFields: ["import_node"],
       requiredFields: ["import_node"],
-      relistFields: ["linux_template", "windows_template"],
     },
     },
     {
     {
       name: "olvm",
       name: "olvm",
@@ -145,7 +144,6 @@ const conf: Config = {
       name: "cloudstack",
       name: "cloudstack",
       types: ["destination"],
       types: ["destination"],
       requiredFields: ["zone"],
       requiredFields: ["zone"],
-      relistFields: ["linux_template", "windows_template"],
     },
     },
     {
     {
       name: "stackit",
       name: "stackit",