From cd82c2db55eaaa0d6cc5af4f6c6176d8f37732ba Mon Sep 17 00:00:00 2001 From: sll552 Date: Wed, 31 May 2023 21:22:58 +0200 Subject: [PATCH] Fix ovirt source (#12882) --- 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 9457437a742a..f92ff9e5faff 100644 --- a/awx/main/models/inventory.py +++ b/awx/main/models/inventory.py @@ -1623,6 +1623,7 @@ class rhv(PluginFileInjector): collection = 'ovirt' downstream_namespace = 'redhat' downstream_collection = 'rhv' + use_fqcn = True class satellite6(PluginFileInjector):