The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/105
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === This change enables the Config and Final boot stages of cloud-init on the cloud variant of the Fedora image. This is necessary for all the documented features of cloud-init to work, such as the "packages" and "runcmd" config keys.
From 2f158a0fc76203bfd9267a7597964285061395a7 Mon Sep 17 00:00:00 2001 From: Mike McCallister <m...@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
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel