Merge "Deprecate option for old api_export_size bug"
This commit is contained in:
commit
d1307ce3b0
@ -79,6 +79,8 @@ DnsFeatureGroup = [
|
||||
"Must be set to True starting from Rocky release."),
|
||||
cfg.BoolOpt('bug_1573141_fixed',
|
||||
default=True,
|
||||
deprecated_for_removal=True,
|
||||
deprecated_reason='This bug was fixed in 3.0.0',
|
||||
help="Is https://bugs.launchpad.net/designate/+bug/1573141 "
|
||||
"fixed"),
|
||||
cfg.BoolOpt('bug_1932026_fixed',
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
The ``[dns_feature_enabled] bug_1573141_fixed`` parameter has been
|
||||
deprecated and will be removed in a future release.
|
Loading…
Reference in New Issue
Block a user