Update git submodules

* Update openstack-ansible-plugins from branch 'master'
  to d8d6391b033c15b4575e77aa909c1b46b8279b61
  - Let git choose the branch when cloning a repo
    
    In this path of the code we clone then checkout the required refspec.
    The branch name used during the initial clone does not affect the
    checkout to the required refspec.
    
    Hardcoding the initial clone to master has worked when the default
    branch name for repos has been 'master'. The migration of default
    branch names to 'main' breaks this assumption.
    
    By not specifying a branch name in the initial clone we avoid
    problems with master/main migration, or with a repo which legitimately
    uses a non standard default branch name.
    
    Change-Id: I7761c2083eec8081cd719f7b285f2d657066d343
This commit is contained in:
Jonathan Rosser 2022-06-18 11:53:37 +01:00 committed by Gerrit Code Review
parent a8f9f42a5a
commit 26262e6754
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit b0f0acc58973819392b53b912cf3935f8b51fd8a
Subproject commit d8d6391b033c15b4575e77aa909c1b46b8279b61