From abb1b6901fbe1600d1c7b654eb14378814f9df61 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Tue, 9 Oct 2018 13:27:51 -0500 Subject: [PATCH] Add utsname to the hash of keys needing to be updated The utsname can be set within the container, if it is set and lxc is upgraded the container will fail to start after the upgrade. This change corrects that issue. Change-Id: I56473666c9517747fb2444d8ce1dcb16f69c9d4d Signed-off-by: Kevin Carter --- defaults/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/defaults/main.yml b/defaults/main.yml index 7b66093..a77cbaf 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -31,6 +31,7 @@ lxc_config_key_mapping: 3: lxc.aa_profile: lxc.apparmor.profile lxc.haltsignal: lxc.signal.halt + lxc.utsname: lxc.uts.name 2: lxc_container_config: /etc/lxc/lxc-openstack.conf