Merge "Move ip_forward configuration to THT"

This commit is contained in:
Zuul 2018-03-08 04:20:08 +00:00 committed by Gerrit Code Review
commit b6f49dc4e5
1 changed files with 0 additions and 4 deletions

View File

@ -27,10 +27,6 @@ class tripleo::profile::base::neutron::plumgrid (
if $step >= 4 {
# forward all ipv4 traffic
# this is required for the vms to pass through the gateways public interface
sysctl::value { 'net.ipv4.ip_forward': value => '1' }
# ifc_ctl_pp needs to be invoked by root as part of the vif.py when a VM is powered on
file { '/etc/sudoers.d/ifc_ctl_sudoers':
ensure => file,