From 444d05447e39daef14a80936ee427fcfcf4869ab 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 9457437a74..f92ff9e5fa 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):