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

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 1919ac85251915a44cf2653bb6759a6777047e75 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.h...@canonical.com>
Date: Tue, 24 Mar 2020 16:23:12 +0100
Subject: [PATCH] images/centos: Use NetworkManager on CentOS 7 VM

Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
---
 images/centos.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/images/centos.yaml b/images/centos.yaml
index 4a307a7..792d304 100644
--- a/images/centos.yaml
+++ b/images/centos.yaml
@@ -565,6 +565,14 @@ packages:
     - 8
     - 8-Stream
 
+  - packages:
+    - NetworkManager
+    action: install
+    releases:
+    - 7
+    types:
+    - vm
+
   - packages:
     - cloud-init
     action: install
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to