Default bug_1573141_fixed to true
This bug has been fixed for over two years, which means it is fixed
in every currently supported release. I'm leaving the option though
for anyone who may be running the plugin against an old release.
Change-Id: I7ded3459d834d2a027fe92cca215f2d4219804d9
diff --git a/designate_tempest_plugin/config.py b/designate_tempest_plugin/config.py
index fea31f2..f6f112d 100644
--- a/designate_tempest_plugin/config.py
+++ b/designate_tempest_plugin/config.py
@@ -78,7 +78,7 @@
default=False,
help="Is the v2 quota API enabled."),
cfg.BoolOpt('bug_1573141_fixed',
- default=False,
+ default=True,
help="Is https://bugs.launchpad.net/designate/+bug/1573141 "
"fixed"),
]