Merge "Remove the deprecated scheduler_driver_task_period option"

This commit is contained in:
Zuul 2018-02-28 20:45:27 +00:00 committed by Gerrit Code Review
commit 206c4c3fb3
2 changed files with 6 additions and 2 deletions

View File

@ -66,8 +66,6 @@ Possible values:
"""),
cfg.IntOpt("periodic_task_interval",
default=60,
deprecated_name="scheduler_driver_task_period",
deprecated_group="DEFAULT",
help="""
Periodic task interval.

View File

@ -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.