Remove duplicate default=None for option compute_available_monitors

In oslo.config, all type config options have default value None if
don't set parameter default. So don't need set config option
compute_available_monitors' default value with None in Nova.

Change-Id: I843e0ca4339ceefa54a7441ca245b8bc73d0139e
This commit is contained in:
ChangBo Guo(gcb) 2015-11-09 17:28:39 +08:00 committed by ChangBo Guo(gcb)
parent c5e80623eb
commit cccdc3e248
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ from nova.i18n import _LW
compute_monitors_opts = [
cfg.MultiStrOpt('compute_available_monitors',
deprecated_for_removal=True,
default=None,
help='Monitor classes available to the compute which may '
'be specified more than once. This option is '
'DEPRECATED and no longer used. Use setuptools entry '