Update git submodules

* Update openstack-ansible from branch 'master'
  to 15fecdd42b272c137c6c04952382135762f775cc
  - Merge "Allow env.d to contain underscores in physical_skel"
  - Allow env.d to contain underscores in physical_skel
    
    At the moment our dynamic_inventory does have assumption that group names
    defined in env.d will not contain underscores, except when it's ending
    with `_hosts` or `_containers` since inventory script uses split on `_` and taking
    the last argument. So in cases when underscore was used elsewhere in the
    group name it will result in unexpected behaviour.
    
    Instead of this approach we now use regexp which replaces the last octet separated with underscore with intended suffix to preserve
    rest behaviour.
    
    Change-Id: Id9ba56292972b8b52b4786c78684f2d6f289d88a
This commit is contained in:
Zuul 2024-03-10 16:10:16 +00:00 committed by Gerrit Code Review
parent 62fa0bceee
commit 9e7ca9b1e8
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit e64daca9ce1fbd468baeb4907b898434b31ede3e
Subproject commit 15fecdd42b272c137c6c04952382135762f775cc