[lxc-devel] [lxc-ci/master] images: Remove 10-lxc.yaml for cloud images

monstermunchkin on Github lxc-bot at linuxcontainers.org
Wed Apr 8 13:54:29 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 303 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200408/536c62a5/attachment.bin>
-------------- next part --------------
From bbf24f3b2c9bbebeab26d897dfa1cf40a0418d1f Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at 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.hipp at 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


More information about the lxc-devel mailing list