Merge "NeutronPhysnetNUMANodesMapping parameter issue"

This commit is contained in:
Zuul 2019-09-06 23:03:39 +00:00 committed by Gerrit Code Review
commit 0a8190f21b
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.items()) -> $.phy_nw_bridge_mappings.items().select(dict($[0]=>$br_numa_mappings.select($[1]))).sum() %>
phy_nw_numa_nodes_mappings: <% let(nw_bridge_mappings => $.phy_nw_bridge_mappings) -> $.bridge_numa_nodes_mappings.items().select(let(br => $[0], nodes => $[1]) -> $nw_bridge_mappings.items().where($[1]=$br).select(dict($[0] => $nodes))).sum() %>
on-success: get_neutron_network_type
get_neutron_network_type: