Update git submodules

* Update openstack-virtual-baremetal from branch 'master'
  - Fix type of public_net_allocation_pools
    
    https://review.opendev.org/#/c/733598/ added support
    of allocation_pools, but set type of public_net_allocation_pools
    to comma_delimited_list which causes below issue because for
    comma_delimited_list, list items are converted to string:-
    
    Property error: : resources.public_subnet.properties.allocation_pools[0]:
    "{'end': '10.0.0.199', 'start': '10.0.0.128'}" is not a map
    
    We need to use type: json to get it work, this patch fixes it.
    
    Related-Bug: #1874418
    Change-Id: Iaebb297e5018ce8db6dd1f67a308e7707117fe03
This commit is contained in:
yatinkarel 2020-09-23 15:25:58 +05:30 committed by Gerrit Code Review
parent d44104ae57
commit 20b5298649
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit b82dc6dfc90e552dd87a22d1ef98107d759edf11
Subproject commit ff4d8fa4e27622ef2b08db10f8d7eafaa397166a