Deprecate unused config option

The 'cluster_event_check_interval' config option is no longer used
and is now deprecated.

Change-Id: If5b1f7338ed549a36d1c5afc33c707ad98a6b43a
This commit is contained in:
Lucian Petrut 2018-01-29 18:06:13 +02:00
parent 269db011e8
commit 7b7745219e
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,