Merge "Deprecate unused config option"

This commit is contained in:
Zuul 2018-01-31 16:25:09 +00:00 committed by Gerrit Code Review
commit 95116aae72
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ hyperv_opts = [
help='Number of seconds to wait for an instance to be '
'evacuated during host maintenance.'),
cfg.IntOpt('cluster_event_check_interval',
deprecated_for_removal=True,
deprecated_since="5.0.1",
default=2),
cfg.BoolOpt('instance_automatic_shutdown',
default=False,