Update git submodules

* Update kolla-ansible from branch 'master'
  to 1437ba2d1b906d6b4f53269894473ae12dd13b71
  - Merge "Fix prechecks with Docker 20.10.0"
  - Fix prechecks with Docker 20.10.0
    
    The 'prechecks : Checking Docker version' task previously failed with
    Docker 20.10.0. The regex used to parse the version was returning
    0.10.0, which is not above the minimum. The previous version of 19.x
    would have been parsed as 9.x, which is above the minimum.
    
    This change fixes the issue by matching the beginning and end of the
    version using \b.
    
    Depends-On: https://review.opendev.org/766183
    
    Change-Id: I2a23eea7effb5b9a5e73361bcd48bd2e16d1569c
    Closes-Bug: 1907436
This commit is contained in:
Zuul 2020-12-11 11:20:27 +00:00 committed by Gerrit Code Review
parent c84bd8e092
commit 60334b785c
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 90d0900e828dc2f7fd51855283c55c182b108684
Subproject commit 1437ba2d1b906d6b4f53269894473ae12dd13b71