Merge "Incorrectly derives NeutronPhysnetNUMANodesMapping" into stable/queens

This commit is contained in:
Zuul 2020-01-02 23:57:05 +00:00 committed by Gerrit Code Review
commit 26bb3c27fa
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(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() %>
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()).sum() %>
on-success: get_neutron_network_type
get_neutron_network_type: