Remove the deprecated scheduler_driver_task_period option
This option was deprecated in Ocata: I3f48e52815e80c99612bcd10cb53331a8c995fc3 This change removes it. Change-Id: I108e8177a29acd136a1bc90cb072c9b765c96e5b
This commit is contained in:
@@ -66,8 +66,6 @@ Possible values:
|
|||||||
"""),
|
"""),
|
||||||
cfg.IntOpt("periodic_task_interval",
|
cfg.IntOpt("periodic_task_interval",
|
||||||
default=60,
|
default=60,
|
||||||
deprecated_name="scheduler_driver_task_period",
|
|
||||||
deprecated_group="DEFAULT",
|
|
||||||
help="""
|
help="""
|
||||||
Periodic task interval.
|
Periodic task interval.
|
||||||
|
|
||||||
|
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
The ``[DEFAULT]/scheduler_driver_task_period`` configuration option,
|
||||||
|
which was deprecated in the 15.0.0 Ocata release, has now been removed.
|
||||||
|
Use the ``[scheduler]/periodic_task_interval`` option instead.
|
Reference in New Issue
Block a user