Skip to content

Commit

Permalink
changed to warn
Browse files Browse the repository at this point in the history
  • Loading branch information
engelmi committed May 30, 2022
1 parent 6b8ac42 commit 46fd20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ovirt/resource_ovirt_vm.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
})
Expand Down

0 comments on commit 46fd20b

Please sign in to comment.