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:
Matt Riedemann 2018-01-05 11:22:38 -05:00
parent 4746a0d638
commit 537155a982
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.