Update git submodules

* Update openstack-ansible-lxc_hosts from branch 'master'
  to 3b8d1459b934e40f7c2a9656b0d592a8c34dce8a
  - Disable apt phased updates inside containers.
    
    Inside a chroot, phased updates are disabled [1]. This means that
    the container base image always gets the latest packages regardless
    of what is happening with the phasing.
    
    At runtime, the default in Ubuntu releases 21.04 and onward is to
    obey the package phasing information. This means that packages
    inside the OSA built container image can be newer than the installation
    candidates once the container is running, leading to installation
    errors. This is particularly sensitive with source packages such as
    systemd where there is a very tight version coupling between
    all components leading to only one valid installation candidate.
    
    This patch creates apt config inside the container base image to
    always install the latest package version regardless of phasing.
    
    There does not seem to be any alternative, as phasing is always
    disabled during the debootstrap.
    
    [1] https://discourse.ubuntu.com/t/phased-updates-in-apt-in-21-04/20345
    
    Change-Id: Ia558e3aa1447220016c53349cf9dac0b822d06f4
This commit is contained in:
Jonathan Rosser 2022-05-30 17:11:26 +01:00 committed by Gerrit Code Review
parent 67932efec9
commit 46f1f10432
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 5f47e6d310821ef6a98b04c5e0cdc20b5af986d2
Subproject commit 3b8d1459b934e40f7c2a9656b0d592a8c34dce8a