diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-03-16 15:57:52 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-03-16 15:57:52 +0400 |
commit | f74f7bac151f69ae0b50f28e68805a5d8580736e (patch) | |
tree | 28c15d12bb04aff97c98c927a8576109af16c230 /mcp/reclass/classes/cluster | |
parent | 9dfa19de4ae2962152c866657c9a2f60f96a1795 (diff) |
[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 <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/reclass/classes/cluster')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-pike-ovs-dpdk-ha/openstack/compute_pdf.yml.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
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 |