Merge "Update default for running_deleted_instance_action"

This commit is contained in:
Jenkins
2013-10-08 22:12:27 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -732,7 +732,7 @@
# Action to take if a running deleted instance is
# detected.Valid options are 'noop', 'log' and 'reap'. Set to
# 'noop' to disable. (string value)
#running_deleted_instance_action=log
#running_deleted_instance_action=reap
# Number of seconds to wait between runs of the cleanup task.
# (integer value)

View File

@@ -178,7 +178,7 @@ timeout_opts = [
running_deleted_opts = [
cfg.StrOpt("running_deleted_instance_action",
default="log",
default="reap",
help="Action to take if a running deleted instance is detected."
"Valid options are 'noop', 'log' and 'reap'. "
"Set to 'noop' to disable."),