Update default for running_deleted_instance_action
Update the default value of running_deleted_instance_action to 'reap' from 'log'. Consensus seems to be that this is what most people expect. DocImpact http://lists.openstack.org/pipermail/openstack-dev/2013-October/016153.html Change-Id: I24990e20c8b85fb8b7ce15c229f99f5b0281f103
This commit is contained in:
@@ -730,7 +730,7 @@
|
|||||||
# Action to take if a running deleted instance is
|
# Action to take if a running deleted instance is
|
||||||
# detected.Valid options are 'noop', 'log' and 'reap'. Set to
|
# detected.Valid options are 'noop', 'log' and 'reap'. Set to
|
||||||
# 'noop' to disable. (string value)
|
# '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.
|
# Number of seconds to wait between runs of the cleanup task.
|
||||||
# (integer value)
|
# (integer value)
|
||||||
|
@@ -178,7 +178,7 @@ timeout_opts = [
|
|||||||
|
|
||||||
running_deleted_opts = [
|
running_deleted_opts = [
|
||||||
cfg.StrOpt("running_deleted_instance_action",
|
cfg.StrOpt("running_deleted_instance_action",
|
||||||
default="log",
|
default="reap",
|
||||||
help="Action to take if a running deleted instance is detected."
|
help="Action to take if a running deleted instance is detected."
|
||||||
"Valid options are 'noop', 'log' and 'reap'. "
|
"Valid options are 'noop', 'log' and 'reap'. "
|
||||||
"Set to 'noop' to disable."),
|
"Set to 'noop' to disable."),
|
||||||
|
Reference in New Issue
Block a user