From 607cabf55b22936dd4fadb56f6cdc47a17fdb5c1 Mon Sep 17 00:00:00 2001 From: sll552 Date: Wed, 14 Sep 2022 13:02:23 +0200 Subject: [PATCH] Fix ovirt source fixes #11056 --- awx/main/models/inventory.py | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/main/models/inventory.py b/awx/main/models/inventory.py index 4a90ad5bad54..f50821aff86d 100644 --- a/awx/main/models/inventory.py +++ b/awx/main/models/inventory.py @@ -1490,6 +1490,7 @@ class rhv(PluginFileInjector): collection = 'ovirt' downstream_namespace = 'redhat' downstream_collection = 'rhv' + use_fqcn = True class satellite6(PluginFileInjector):