From e5ff32c6ceccc185e43bb4225a0db8dbd048669e Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Tue, 4 Sep 2018 14:31:03 +0400 Subject: [noha] Set MTU on tenant/private dpdk interface Enable jumbo frames on tenant/private interface as well so that an instance can get the DHCP response from gateway node. Change-Id: I9407fa67e9e0cdbe50335e4430748b0e45ba841a Signed-off-by: Michael Polenchuk --- mcp/config/states/networks | 3 --- 1 file changed, 3 deletions(-) (limited to 'mcp/config/states/networks') diff --git a/mcp/config/states/networks b/mcp/config/states/networks index e0d2aeea3..e9a9f5190 100755 --- a/mcp/config/states/networks +++ b/mcp/config/states/networks @@ -38,6 +38,3 @@ salt -C 'I@nova:controller and *01*' cmd.run ". /root/keystonercv3; \ # Discover compute hosts after they are registered salt -C 'I@nova:controller and *01*' state.sls_id nova_controller_discover_hosts nova - -# Set datapath type to netdev for public bridge -((MCP_DPDK_MODE)) && salt -I 'nova:compute' cmd.run 'ovs-vsctl set bridge br-floating datapath_type=netdev' || /bin/true -- cgit 1.2.3-korg