Update git submodules

* Update openstack-ansible-openstack_hosts from branch 'master'
  to 0bd4c0295eb545de20b70accddcf83c450387b8f
  - Fix libsystemd version for Centos
    
    This is used by python_systemd wheel build which breaks when the
    version string is read from pkg-config
    
    Centos-8:
    
    pkg-config --modversion libsystemd
    239 (239-41.el8_3)
    
    Bionic:
    
    pkg-config --modversion libsystemd
    237
    
    This causes the C preprocessor to fail when building the wheel
    http://paste.openstack.org/show/800825/ as the string returned on
    centos cannot be used in a preprocessor version comparison.
    
    This can be fixed by setting the environment variable LIBSYSTEMD_VERSION
    which will be used by the python_systemd setup.py script in prefernce
    to the value from pkg-config
    
    In addition this patch changed the following for centos 8.3 which are
    necessary to pass tests.
    
    1. CentOS 8.3 merged nf_conntrack_ipv4/6 into nf_conntrack
    2. CentOS 8.3 PowerTools repo use lowercase for name.
    
    Change-Id: I3fb3080c69307b38e21735d431b55eefa221f12c
This commit is contained in:
Jonathan Rosser 2020-12-11 12:14:18 +00:00 committed by Gerrit Code Review
parent c4c7415460
commit 8ef3e1e69b
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 6e949f8e8b780061392ae17e58daed2935cb899e
Subproject commit 0bd4c0295eb545de20b70accddcf83c450387b8f