Merge "Allow overriding the default default_soa_expire"

This commit is contained in:
Zuul 2018-09-12 18:31:13 +00:00 committed by Gerrit Code Review
commit 7ac8456461
2 changed files with 10 additions and 0 deletions

View File

@ -78,3 +78,10 @@ options:
type: boolean
default: false
description: Enables experimental admin API for Designate.
default-soa-expire:
type: int
default: 86400
description: |
Default SOA expire value in seconds to specify how long a
secondary will still treat its copy of the zone data as valid if
it can't contact the primary.

View File

@ -28,6 +28,9 @@ debug = {{ options.debug }}
# Which networking API to use, Defaults to neutron
#network_api = neutron
# SOA expire (integer value)
default_soa_expire = {{ options.default_soa_expire }}
#-----------------------
# RabbitMQ Config
#-----------------------