OvS DPDK derive parameters timeout issue

This change is to fix the OvS DPDK derive parameters timeout
issue. OvS DPDK parameters and NUMA aware vSwitch parameters are not
derived and getting timeout issue.

Change-Id: If3841210a5d5cf125058cc3e5cf4de2905fae42b
Closes-Bug: #1842042
This commit is contained in:
Jaganathan Palanisamy 2019-08-30 14:43:29 +05:30
parent 23cd9c196f
commit 135e65e02f
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ workflows:
# Gets the physical network and NUMA nodes mappings
get_phy_nw_numa_nodes_mappings:
publish:
phy_nw_numa_nodes_mappings: <% let(br_numa_mappings => bridge_numa_nodes_mappings) -> $.phy_nw_bridge_mappings.items().select(dict($[0]=>$br_numa_mappings.get($[1], []))).sum() %>
phy_nw_numa_nodes_mappings: <% let(br_numa_mappings => $.bridge_numa_nodes_mappings.items()) -> $.phy_nw_bridge_mappings.items().select(dict($[0]=>$br_numa_mappings.select($[1]))).sum() %>
on-success: get_neutron_network_type
get_neutron_network_type: