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