Code Review
/
apex-tripleo-heat-templates.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
7993598
)
Fix conntrack proto sctp module
author
Alex Schultz
<aschultz@redhat.com>
Thu, 6 Apr 2017 19:30:09 +0000
(13:30 -0600)
committer
Alex Schultz
<aschultz@redhat.com>
Thu, 6 Apr 2017 19:30:09 +0000
(13:30 -0600)
ip_conntrack_proto_sctp is the old name for the module and it is now
nf_conntrack_proto_sctp. In order for the kmod module to not keep trying
to modprobe the module, we need to use the correct name.
Change-Id: Ieaed235e71e9e6e41a46d9be0e02beb8f4341b1a
Closes-Bug: #
1680579
puppet/services/kernel.yaml
patch
|
blob
|
history
diff --git
a/puppet/services/kernel.yaml
b/puppet/services/kernel.yaml
index
9b314b2
..
94b15d4
100644
(file)
--- a/
puppet/services/kernel.yaml
+++ b/
puppet/services/kernel.yaml
@@
-31,7
+31,7
@@
outputs:
config_settings:
kernel_modules:
nf_conntrack: {}
-
ip
_conntrack_proto_sctp: {}
+
nf
_conntrack_proto_sctp: {}
sysctl_settings:
net.ipv4.tcp_keepalive_intvl:
value: 1