Fix typo in nova::compute::libvirt

Use nova.conf instead of nove.conf in nova::compute::libvirt class.

Change-Id: Iadc942dda58ee65da2a5c6ea22d85b4f8cb0e5f2
This commit is contained in:
Pierre RAMBAUD
2014-03-31 15:15:01 +02:00
parent 6c98afdfda
commit 05ddd0ae03

View File

@@ -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