diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-09-05 05:38:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-09-05 05:38:03 +0000 |
commit | ed9d57a2314805a2e2bd65602ef67e6cc59a1918 (patch) | |
tree | 4fd8df1bf69f87b8c8a1454e29db65a948a27b86 /mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j2 | |
parent | 381d952bf505cda14088ac39f9a53229f70b8ef7 (diff) | |
parent | e5ff32c6ceccc185e43bb4225a0db8dbd048669e (diff) |
Merge "[noha] Set MTU on tenant/private dpdk interface"
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j2')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j2 | 1 |
1 files changed, 1 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 0ad368611..1c4ee7a19 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 @@ -31,6 +31,7 @@ parameters: bridge: br-prv type: dpdk_ovs_port n_rxq: ${_param:dpdk0_n_rxq} + mtu: ${_param:interface_mtu} br-prv: enabled: true type: dpdk_ovs_bridge |