59e311
From e5e2ba9e21ac40ec7b8fe1c1dcf501eaeb9f66bf Mon Sep 17 00:00:00 2001
59e311
From: Emanuele Giuseppe Esposito <eesposit@redhat.com>
59e311
Date: Mon, 2 May 2022 14:43:17 +0200
59e311
Subject: [PATCH 3/5] Revert "Setting highest autoconnect priority for
59e311
 network-scripts"
59e311
59e311
RH-Author: Emanuele Giuseppe Esposito <eesposit@redhat.com>
59e311
RH-MergeRequest: 24: Add native NetworkManager support (#1224)
59e311
RH-Commit: [3/3] 06c87581fc42b6827ad9df600f3dd76d51ced0d0 (eesposit/cloud-init-centos-)
59e311
RH-Bugzilla: 2056964
59e311
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
59e311
RH-Acked-by: Vitaly Kuznetsov <vkuznets@redhat.com>
59e311
59e311
This reverts commit 0ef0c86350aa5f800f8393a432f431e2818c8938,
59e311
since it was a temporary downstream-only patch while we waited for
59e311
"Add native NetworkManager support (#1224)".
59e311
59e311
Signed-off-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
59e311
---
59e311
 cloudinit/net/sysconfig.py | 1 -
59e311
 1 file changed, 1 deletion(-)
59e311
59e311
diff --git a/cloudinit/net/sysconfig.py b/cloudinit/net/sysconfig.py
59e311
index 2a45a4fa..dc401d78 100644
59e311
--- a/cloudinit/net/sysconfig.py
59e311
+++ b/cloudinit/net/sysconfig.py
59e311
@@ -317,7 +317,6 @@ class Renderer(renderer.Renderer):
59e311
             "ONBOOT": True,
59e311
             "USERCTL": False,
59e311
             "BOOTPROTO": "none",
59e311
-            "AUTOCONNECT_PRIORITY": 999
59e311
         },
59e311
         "suse": {"BOOTPROTO": "static", "STARTMODE": "auto"},
59e311
     }
59e311
-- 
59e311
2.31.1
59e311