The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/80
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 4f12ddf9409658c402d9d435e1891ccf8ba78d49 Mon Sep 17 00:00:00 2001 From: Thomas Hipp <thomas.h...@canonical.com> Date: Mon, 16 Sep 2019 11:58:06 +0200 Subject: [PATCH] images: Override NetworkManager config on Fedora Signed-off-by: Thomas Hipp <thomas.h...@canonical.com> --- images/fedora.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/images/fedora.yaml b/images/fedora.yaml index 313f09c..26228ff 100644 --- a/images/fedora.yaml +++ b/images/fedora.yaml @@ -51,6 +51,17 @@ files: [Network] DHCP=ipv4 + variants: + - default + + - name: override.conf + path: /etc/systemd/system/NetworkManager.service.d/override.conf + generator: dump + content: |- + [Service] + ExecStartPre=-/usr/sbin/ip link set eth0 down + variants: + - cloud - name: meta-data generator: cloud-init
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel