diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-08-23 14:18:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-08-23 14:18:52 +0000 |
commit | 81b3142363d36b5328906e084262a723dcdf2fda (patch) | |
tree | a8627cbac96846acdea24cd83d1ddf1e84f46268 /mcp | |
parent | 9d47d1dfc5d3ee4a618b5a4e247774c903dbec50 (diff) | |
parent | f8d25a23a24b9dadb85bfa5307bc909eeadf42b1 (diff) |
Merge "[odl/dpdk] Set pubilic bridge datapath_type=netdev"
Diffstat (limited to 'mcp')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j2 b/mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j2 index e9c91ea91..bde5e7ac1 100644 --- a/mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j2 @@ -60,6 +60,9 @@ parameters: br-floating: enabled: true type: ovs_bridge +{%- if conf.MCP_DPDK_MODE %} + datapath_type: netdev +{%- endif %} mtu: ${_param:interface_mtu} proto: static address: ${_param:external_address} |