From 6d3951219e31c0fe50bee1489fb0a5124e9921f6 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Thu, 22 Mar 2018 18:03:06 +0400 Subject: [ovs/dpdk] Turn on non-blocking ovs calls Change-Id: I8206707cdb2ebc267b6f4971de35477e3dc73c5f Signed-off-by: Michael Polenchuk --- .../cluster/mcp-pike-ovs-dpdk-ha/openstack/compute_pdf.yml.j2 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'mcp/reclass/classes/cluster/mcp-pike-ovs-dpdk-ha/openstack/compute_pdf.yml.j2') diff --git a/mcp/reclass/classes/cluster/mcp-pike-ovs-dpdk-ha/openstack/compute_pdf.yml.j2 b/mcp/reclass/classes/cluster/mcp-pike-ovs-dpdk-ha/openstack/compute_pdf.yml.j2 index fa061fda6..cf9a0b302 100644 --- a/mcp/reclass/classes/cluster/mcp-pike-ovs-dpdk-ha/openstack/compute_pdf.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-pike-ovs-dpdk-ha/openstack/compute_pdf.yml.j2 @@ -10,6 +10,7 @@ parameters: linux: network: + ovs_nowait: true interface: dpdk0: name: ${_param:dpdk0_name} @@ -22,10 +23,5 @@ parameters: br-prv: enabled: true type: dpdk_ovs_bridge - address: ${_param:tenant_address} - netmask: 255.255.255.0 - {%- if nm.vlan_private | int > 0 %} - tag: {{ nm.vlan_private }} - {%- endif %} br-floating: datapath_type: netdev -- cgit 1.2.3-korg