Merge "Deprecate option for old api_export_size bug"

This commit is contained in:
Zuul 2022-10-02 01:42:16 +00:00 committed by Gerrit Code Review
commit d1307ce3b0
2 changed files with 7 additions and 0 deletions

View File

@ -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',

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
The ``[dns_feature_enabled] bug_1573141_fixed`` parameter has been
deprecated and will be removed in a future release.