Remove deprecated [DEFAULT] onready
This option was deprecated a long ago[1] and has had no effect for
multiple releases.
[1] 46d6b9306c
Change-Id: I0971f67b43292f8794aa3329b2e7dccc67ec3f6f
This commit is contained in:
parent
1aade657ad
commit
d131a1ada2
@ -284,8 +284,6 @@ engine_opts = [
|
||||
help=_('Stacks containing these tag names will be hidden. '
|
||||
'Multiple tags should be given in a comma-delimited '
|
||||
'list (eg. hidden_stack_tags=hide_me,me_too).')),
|
||||
cfg.StrOpt('onready',
|
||||
help=_('Deprecated.')),
|
||||
cfg.BoolOpt('stack_scheduler_hints',
|
||||
default=False,
|
||||
help=_('When this feature is enabled, scheduler hints'
|
||||
|
5
releasenotes/notes/remove-onready-cdb6f00c50e84587.yaml
Normal file
5
releasenotes/notes/remove-onready-cdb6f00c50e84587.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The ``[DEFAULT] onready`` option has been removed. This option has had
|
||||
no effect.
|
Loading…
Reference in New Issue
Block a user