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
This commit is contained in:
Ben Nemec 2018-07-18 17:23:16 +00:00
parent 5be2abbe6f
commit 142f9e27f0
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ DnsFeatureGroup = [
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"),
]