The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/78
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) === Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
From de25d20203b262c9b1d8b0e20f5db18ee2e39deb Mon Sep 17 00:00:00 2001 From: Thomas Hipp <thomas.h...@canonical.com> Date: Wed, 11 Sep 2019 08:04:38 +0200 Subject: [PATCH] images: Fix cloud-init for openSUSE Leap Signed-off-by: Thomas Hipp <thomas.h...@canonical.com> --- images/opensuse.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/images/opensuse.yaml b/images/opensuse.yaml index bf48b92..3e5cf1c 100644 --- a/images/opensuse.yaml +++ b/images/opensuse.yaml @@ -143,6 +143,19 @@ actions: variants: - cloud + - trigger: post-packages + action: |- + #!/bin/sh + set -eux + + # Have the sysconfig network renderer support openSUSE Leap + sed -i "s|'opensuse'|'opensuse-leap'|" $(find /usr -wholename '*/cloudinit/net/sysconfig.py') + releases: + - 15.0 + - 15.1 + variants: + - cloud + - trigger: post-packages action: |- #!/bin/sh
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel