Update git submodules

* Update openstack-ansible-lxc_container_create from branch 'master'
  - Wait for systemd-tmpfiles-setup service to complete after container restart 
    
    There is a race condition between starting an lxc container and executing
    the first ansible task. Ansible makes heavy use of /tmp and the first
    task executed after 'lxc-start' will collide with systemd-tmpfiles-setup
    which by default removes all content from /tmp, including the working
    files of any ansible task which happens to be running. This causes a fatal
    error for ansible which cannot be recovered with retries.
    
    This patch adds a raw command to check the state of the tmpfiles-setup
    service and wait until it has completed, avoiding the race confdition.
    
    Co-Authored-By: Dmitriy Rabotyagov <noonedeadpunk@ya.ru>
    Change-Id: I8111ae7548cddd71b0f384157e28ced40392401b
This commit is contained in:
Jonathan Rosser 2020-05-31 12:04:59 +01:00 committed by Gerrit Code Review
parent 0aa5044926
commit 7673945ca2
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit f0b2048243182db117ee0cc9f1a1d4e94d82941e
Subproject commit 1cb7920aff171fe1f5d4aa43ec6a00f1542e1d2a