From 642cd8a7f8a3402499e737ca4ad59f7ae57cbf9f Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Wed, 10 Apr 2019 12:37:06 -0500 Subject: [PATCH] Update git submodules * Update openstack-ansible-lxc_hosts from branch 'master' - Use pkill for lxc-dnsmasq systemd unit file Previously psmisc was not installed by default, causing the killall in the lxc-dnsmasq systemd unit file to silently fail if killall wasn't found. This prevented running instances of dnsmasq to be torn down when restarting the service. This would exhibit as a problem during upgrades as the older dnsmasq service would be running and the new service would be unable to take over the port. This would cause lxc containers to lose connectivity. This commit switches to using pkill and ensures procps is always installed by default. Change-Id: I4fa838706f1163fd68ff68258bfc66cbf13bad94 --- openstack-ansible-lxc_hosts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack-ansible-lxc_hosts b/openstack-ansible-lxc_hosts index 7c767a6e78..d1c45fb0cb 160000 --- a/openstack-ansible-lxc_hosts +++ b/openstack-ansible-lxc_hosts @@ -1 +1 @@ -Subproject commit 7c767a6e78ae2ff6f5a86f83714266e5dc1d20fd +Subproject commit d1c45fb0cbed6aadbaa568c88c0fea468a02cf46