From 05ddd0ae031cdab8e9b57f19c5651be678cbc99c Mon Sep 17 00:00:00 2001 From: Pierre RAMBAUD Date: Mon, 31 Mar 2014 15:15:01 +0200 Subject: [PATCH] Fix typo in nova::compute::libvirt Use nova.conf instead of nove.conf in nova::compute::libvirt class. Change-Id: Iadc942dda58ee65da2a5c6ea22d85b4f8cb0e5f2 --- manifests/compute/libvirt.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/compute/libvirt.pp b/manifests/compute/libvirt.pp index 91a0691d1..5fd9f40fa 100644 --- a/manifests/compute/libvirt.pp +++ b/manifests/compute/libvirt.pp @@ -48,7 +48,7 @@ # [*remove_unused_resized_minimum_age_seconds*] # (optional) Unused resized base images younger # than this will not be removed -# If undef is specified, remove the line in nove.conf +# If undef is specified, remove the line in nova.conf # otherwise, use a integer or a string to define after # how many seconds it will be removed. # Defaults to undef @@ -56,7 +56,7 @@ # [*remove_unused_original_minimum_age_seconds*] # (optional) Unused unresized base images younger # than this will not be removed -# If undef is specified, remove the line in nove.conf +# If undef is specified, remove the line in nova.conf # otherwise, use a integer or a string to define after # how many seconds it will be removed. # Defaults to undef