From 3213eaa65fba0efb8edc440954e139e1f07ddda8 Mon Sep 17 00:00:00 2001 From: Gaurav Talreja Date: Mon, 24 Jun 2024 12:15:03 +0530 Subject: [PATCH] Fix OUID for rex_pull_mode in host registration Signed-off-by: Gaurav Talreja --- airgun/views/host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airgun/views/host.py b/airgun/views/host.py index 05350ef3c..6670c9496 100644 --- a/airgun/views/host.py +++ b/airgun/views/host.py @@ -556,7 +556,7 @@ class advanced(Tab): repository_gpg_key_url = TextInput(id='reg_gpg_key_url') token_life_time = TextInput(id='reg_token_life_time_input') rex_interface = TextInput(id='reg_rex_interface_input') - rex_pull_mode = FormSelect('OUIA-Generated-FormSelect-default-8') + rex_pull_mode = FormSelect('registration_setup_remote_execution_pull') ignore_error = Checkbox(id='reg_katello_ignore') force = Checkbox(id='reg_katello_force') install_packages_helper = Text("//div[@id='reg_packages-helper']")