From 8fac253214f9495b8b4805b444db05e1d5c0d23c Mon Sep 17 00:00:00 2001 From: stresler Date: Fri, 11 Sep 2015 12:00:10 -0400 Subject: [PATCH] Removing convert-netconf from packet OEM We still utilize the network code on first boot, so it should remain until we implement ignition, but we don't want it on subsequent boots, which is what this line would do. --- coreos-cloudinit.go | 1 - 1 file changed, 1 deletion(-) diff --git a/coreos-cloudinit.go b/coreos-cloudinit.go index fac4942..11fa3fe 100644 --- a/coreos-cloudinit.go +++ b/coreos-cloudinit.go @@ -118,7 +118,6 @@ var ( }, "packet": oemConfig{ "from-packet-metadata": "https://metadata.packet.net/", - "convert-netconf": "packet", }, "vmware": oemConfig{ "from-vmware-backdoor": "true",