From 20b529864985b87a027159acbfe59bcbe8c7babc Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Wed, 23 Sep 2020 15:25:58 +0530 Subject: [PATCH] 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 --- openstack-virtual-baremetal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack-virtual-baremetal b/openstack-virtual-baremetal index b82dc6dfc9..ff4d8fa4e2 160000 --- a/openstack-virtual-baremetal +++ b/openstack-virtual-baremetal @@ -1 +1 @@ -Subproject commit b82dc6dfc90e552dd87a22d1ef98107d759edf11 +Subproject commit ff4d8fa4e27622ef2b08db10f8d7eafaa397166a