diff options
Diffstat (limited to 'puppet/services/kernel.yaml')
-rw-r--r-- | puppet/services/kernel.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/puppet/services/kernel.yaml b/puppet/services/kernel.yaml index 69898718..fec455d1 100644 --- a/puppet/services/kernel.yaml +++ b/puppet/services/kernel.yaml @@ -1,4 +1,4 @@ -heat_template_version: 2016-04-08 +heat_template_version: ocata description: > Load kernel modules with kmod and configure kernel options with sysctl. @@ -31,6 +31,7 @@ outputs: config_settings: kernel_modules: nf_conntrack: {} + ip_conntrack_proto_sctp: {} sysctl_settings: net.ipv4.tcp_keepalive_intvl: value: 1 |