Merge "Make designate reproducible"

This commit is contained in:
Zuul 2019-11-20 00:25:55 +00:00 committed by Gerrit Code Review
commit 7951a7d7f5
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ AKAMAI_GROUP = cfg.OptGroup(
AKAMAI_OPTS = [
cfg.StrOpt('enhanceddns_wsdl',
default='file://%s' % WSDL_PATH,
sample_default=os.path.join('/path', 'to', 'EnhancedDNS.xml'),
help='Akamai EnhancedDNS WSDL URL'),
]