Merge "Update default for running_deleted_instance_action"
This commit is contained in:
@@ -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)
|
||||
|
@@ -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."),
|
||||
|
Reference in New Issue
Block a user