The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/140

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) ===

From bbf24f3b2c9bbebeab26d897dfa1cf40a0418d1f Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.h...@canonical.com>
Date: Wed, 8 Apr 2020 15:53:07 +0200
Subject: [PATCH] images: Remove 10-lxc.yaml for cloud images

Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
---
 images/mint.yaml   | 2 ++
 images/ubuntu.yaml | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/images/mint.yaml b/images/mint.yaml
index dd4cb06..3905e16 100644
--- a/images/mint.yaml
+++ b/images/mint.yaml
@@ -308,6 +308,8 @@ files:
   - tessa
   - tina
   - tricia
+  variants:
+  - default
 
 - path: /etc/network/interfaces
   generator: dump
diff --git a/images/ubuntu.yaml b/images/ubuntu.yaml
index 4e843ef..95374ea 100644
--- a/images/ubuntu.yaml
+++ b/images/ubuntu.yaml
@@ -308,6 +308,8 @@ files:
   - focal
   types:
   - container
+  variants:
+  - default
 
 - path: /etc/network/interfaces
   generator: dump
@@ -342,6 +344,8 @@ files:
   - focal
   types:
   - vm
+  variants:
+  - default
 
 - path: /etc/network/interfaces
   generator: dump
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to