V1 API is removed by dfault now

Depends-On: Icc007047a8e9a527d48374b3efcec8cc5fd1be08

Change-Id: I5bfd17623bf2e981cfbeb6c303860678898979d7
This commit is contained in:
Graham Hayes 2017-02-20 16:52:46 -05:00 committed by Jordan Pittier
parent f90cfcf912
commit 854ba28509
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,