[lxc-devel] [lxc-ci/master] Fully enable cloud-init on Fedora

mikemccllstr on Github lxc-bot at linuxcontainers.org
Fri Jan 24 23:30:03 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 533 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200124/420b5426/attachment-0001.bin>
-------------- next part --------------
From 2f158a0fc76203bfd9267a7597964285061395a7 Mon Sep 17 00:00:00 2001
From: Mike McCallister <mike at mccllstr.com>
Date: Fri, 24 Jan 2020 16:56:35 -0600
Subject: [PATCH] Fully enable cloud-init on Fedora

This change enables the Config and Final boot stages on the cloud variant of the Fedora image.
---
 images/fedora.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/images/fedora.yaml b/images/fedora.yaml
index 8d4c47e..68056c1 100644
--- a/images/fedora.yaml
+++ b/images/fedora.yaml
@@ -163,5 +163,7 @@ actions:
       systemctl disable systemd-networkd
       systemctl enable NetworkManager
       systemctl enable cloud-init
+      systemctl enable cloud-config
+      systemctl enable cloud-final
     variants:
       - cloud


More information about the lxc-devel mailing list