Update git submodules

* Update tripleo-repos from branch 'master'
  - Fix previously broken distro auto-detection
    
    Previous patch made the wrong assumption that
    platform.linux_distribution() returns distribution and version but
    that is not true.
    
    New logic is using the os-release file which is the official way
    to idenfity distribution ID (fedora, centos,..) and its major
    version (VERSION_ID). Same logic is used by Ansible.
    
    The final distro result should look like: centos7 or fedora28
    
    If task fails it will silenty default to 'centos7' and raise a clear
    warning:
    
    WARNING: Unsupported platform '' detected by tripleo-repos, centos7
    will be used unless you use CLI param to change it.
    
    Change-Id: I28690d3576291bca02ea5c4b75689881a8e20a6b
    Task: https://tree.taiga.io/project/tripleo-ci-board/task/733
    Follow-Up: https://review.openstack.org/#/c/635475/
This commit is contained in:
Sorin Sbarnea 2019-02-14 12:30:36 +00:00 committed by Gerrit Code Review
parent 041e4b6bbe
commit 8f5c1d4431
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit e6b0badef24707cc1878416327e2b108f7e16fce
Subproject commit db84b7b14b37cccc425168a86b1ac0b564774879