Merge "Deprecate option for old api_export_size bug"
diff --git a/designate_tempest_plugin/config.py b/designate_tempest_plugin/config.py
index 38e7db0..3d23b28 100644
--- a/designate_tempest_plugin/config.py
+++ b/designate_tempest_plugin/config.py
@@ -79,6 +79,8 @@
"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',
diff --git a/releasenotes/notes/deprecate-bug-1573141-22b980751913bc44.yaml b/releasenotes/notes/deprecate-bug-1573141-22b980751913bc44.yaml
new file mode 100644
index 0000000..6c84f22
--- /dev/null
+++ b/releasenotes/notes/deprecate-bug-1573141-22b980751913bc44.yaml
@@ -0,0 +1,5 @@
+---
+deprecations:
+ - |
+ The ``[dns_feature_enabled] bug_1573141_fixed`` parameter has been
+ deprecated and will be removed in a future release.