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
This commit is contained in:
Antony Messerli 2019-04-10 12:37:06 -05:00 committed by Gerrit Code Review
parent 4b3ac85bd2
commit 642cd8a7f8
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 7c767a6e78ae2ff6f5a86f83714266e5dc1d20fd
Subproject commit d1c45fb0cbed6aadbaa568c88c0fea468a02cf46