Merge "V1 API is removed by dfault now"

This commit is contained in:
Jenkins 2017-03-08 18:16:31 +00:00 committed by Gerrit Code Review
commit f707b44470
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ dns_feature_group = cfg.OptGroup(name='dns_feature_enabled',
DnsFeatureGroup = [
cfg.BoolOpt('api_v1',
default=True,
default=False,
help="Is the v1 dns API enabled."),
cfg.BoolOpt('api_v2',
default=True,