From f74f7bac151f69ae0b50f28e68805a5d8580736e Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Fri, 16 Mar 2018 15:57:52 +0400 Subject: [ovs/dpdk] Set bridge datapath_type to netdev This prevents neutron ovs agent to re-create existing bridge which might cause unpredictable/faulty state of network interfaces. Change-Id: I289365e1dea7d178b5b72eb506f5c711f6d60199 Signed-off-by: Michael Polenchuk --- .../classes/cluster/mcp-pike-ovs-dpdk-ha/openstack/compute_pdf.yml.j2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mcp/reclass/classes/cluster') 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 de779bb78..fa061fda6 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 @@ -27,3 +27,5 @@ parameters: {%- if nm.vlan_private | int > 0 %} tag: {{ nm.vlan_private }} {%- endif %} + br-floating: + datapath_type: netdev -- cgit 1.2.3-korg