Merge "change the deprecate message to queens"
This commit is contained in:
commit
3f59b2524e
@ -35,7 +35,7 @@ OPTS = [
|
|||||||
help='Static physical transformer class path',
|
help='Static physical transformer class path',
|
||||||
deprecated_for_removal=True,
|
deprecated_for_removal=True,
|
||||||
deprecated_reason=_DEPRECATED_MSG,
|
deprecated_reason=_DEPRECATED_MSG,
|
||||||
deprecated_since=versionutils.deprecated.PIKE,
|
deprecated_since=versionutils.deprecated.QUEENS,
|
||||||
required=True),
|
required=True),
|
||||||
cfg.StrOpt(DSOpts.DRIVER,
|
cfg.StrOpt(DSOpts.DRIVER,
|
||||||
default='vitrage.datasources.static_physical.driver.'
|
default='vitrage.datasources.static_physical.driver.'
|
||||||
@ -50,7 +50,7 @@ OPTS = [
|
|||||||
' datasource itself.',
|
' datasource itself.',
|
||||||
deprecated_for_removal=True,
|
deprecated_for_removal=True,
|
||||||
deprecated_reason=_DEPRECATED_MSG,
|
deprecated_reason=_DEPRECATED_MSG,
|
||||||
deprecated_since=versionutils.deprecated.PIKE,
|
deprecated_since=versionutils.deprecated.QUEENS,
|
||||||
required=True),
|
required=True),
|
||||||
cfg.IntOpt(DSOpts.CHANGES_INTERVAL,
|
cfg.IntOpt(DSOpts.CHANGES_INTERVAL,
|
||||||
default=20,
|
default=20,
|
||||||
@ -59,17 +59,17 @@ OPTS = [
|
|||||||
'files of the physical topology data sources',
|
'files of the physical topology data sources',
|
||||||
deprecated_for_removal=True,
|
deprecated_for_removal=True,
|
||||||
deprecated_reason=_DEPRECATED_MSG,
|
deprecated_reason=_DEPRECATED_MSG,
|
||||||
deprecated_since=versionutils.deprecated.PIKE),
|
deprecated_since=versionutils.deprecated.QUEENS),
|
||||||
|
|
||||||
cfg.StrOpt('directory', default='/etc/vitrage/static_datasources',
|
cfg.StrOpt('directory', default='/etc/vitrage/static_datasources',
|
||||||
help='Static physical data sources directory',
|
help='Static physical data sources directory',
|
||||||
deprecated_for_removal=True,
|
deprecated_for_removal=True,
|
||||||
deprecated_reason=_DEPRECATED_MSG,
|
deprecated_reason=_DEPRECATED_MSG,
|
||||||
deprecated_since=versionutils.deprecated.PIKE),
|
deprecated_since=versionutils.deprecated.QUEENS),
|
||||||
cfg.ListOpt('entities',
|
cfg.ListOpt('entities',
|
||||||
default=[SWITCH],
|
default=[SWITCH],
|
||||||
help='Static physical entity types list',
|
help='Static physical entity types list',
|
||||||
deprecated_for_removal=True,
|
deprecated_for_removal=True,
|
||||||
deprecated_reason=_DEPRECATED_MSG,
|
deprecated_reason=_DEPRECATED_MSG,
|
||||||
deprecated_since=versionutils.deprecated.PIKE)
|
deprecated_since=versionutils.deprecated.QUEENS)
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user