Source: designate
Version: 1:9.0.0-2
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0] we noticed that
designate could not be built reproducibly due to another configuration
default varying with the build environment.

This is a slight followup and variation on #881157, #883728, #889315 &
#942848 -- we'll get there eventually. :)

Patch attached.

  [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diff --git a/designate/conf/akamai.py b/designate/conf/akamai.py
index c28dcc0..5ae4ed7 100644
--- a/designate/conf/akamai.py
+++ b/designate/conf/akamai.py
@@ -31,6 +31,7 @@ AKAMAI_GROUP = cfg.OptGroup(
 AKAMAI_OPTS = [
     cfg.StrOpt('enhanceddns_wsdl',
                default='file://%s' % WSDL_PATH,
+               sample_default='file:///path/to/EnhancedDNS.xml',
                help='Akamai EnhancedDNS WSDL URL'),
 ]
 

Reply via email to