Merge "Remove duplicate default=None for option compute_available_monitors"

This commit is contained in:
Jenkins 2015-12-29 23:49:43 +00:00 committed by Gerrit Code Review
commit bc59161567
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 '