Merge "Remove the deprecated scheduler_driver_task_period option"
This commit is contained in:
commit
206c4c3fb3
@ -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.
|
Loading…
Reference in New Issue
Block a user