From 46fd20b15f27d7cde2ff9ff0e51a0ce27778f341 Mon Sep 17 00:00:00 2001 From: Michael Engel Date: Mon, 30 May 2022 10:27:20 +0200 Subject: [PATCH] changed to warn --- internal/ovirt/resource_ovirt_vm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ovirt/resource_ovirt_vm.go b/internal/ovirt/resource_ovirt_vm.go index 47787b3a..438814a2 100644 --- a/internal/ovirt/resource_ovirt_vm.go +++ b/internal/ovirt/resource_ovirt_vm.go @@ -395,7 +395,7 @@ func handleVMPlacementPolicy( } if !isSupported { diags = append(diags, diag.Diagnostic{ - Severity: diag.Error, + Severity: diag.Warning, Summary: "Feature not supported", Detail: fmt.Sprintf("Feature '%s' is not supported by the current oVirt version", ovirtclient.FeaturePlacementPolicy), })