Disable offloading in test by default
We disable offloading in test for ubuntu this change does the same for suse and cent. This should help resolve the kernel crashes and traces we're seeing in the gate. Change-Id: I6001a3b107c5679d8758aa35dc29a6fe6054e088 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
parent
d5773de2a8
commit
c2402a0723
@ -9,3 +9,4 @@ ONBOOT=yes
|
||||
BOOTPROTO=none
|
||||
NM_CONTROLLED=no
|
||||
DELAY=0
|
||||
ETHTOOL_OPTS="-K ${DEVICE} sg off"
|
||||
|
@ -6,3 +6,4 @@ IPADDR={{ item.ip_addr | default('10.1.0.1') }}
|
||||
NETMASK={{ item.netmask | default('255.255.255.0') }}
|
||||
STARTMODE='auto'
|
||||
BOOTPROTO='static'
|
||||
ETHTOOL_OPTIONS_sg='-K iface sg off'
|
||||
|
Loading…
Reference in New Issue
Block a user