Merge pull request #83 from Apsu/master

Add tuning recipe with boilerplate for adding more tunables later
This commit is contained in:
Justin Shepherd 2012-06-20 15:18:56 -07:00
commit 51b0da8624
1 changed files with 6 additions and 0 deletions

View File

@ -56,3 +56,9 @@ include_recipe "nova::libvirt"
# Include recipe(nova::compute-monitoring)
include_recipe "nova::compute-monitoring"
# Sysctl tunables
sysctl_multi "nova" do
instructions "net.ipv4.ip_forward" => "1"
end