Merge "Allow Set managed_resource_email on designate config."
This commit is contained in:
@@ -109,6 +109,12 @@ options:
|
||||
description: |
|
||||
Defines the time (in seconds) between retries for the SOA record if the
|
||||
slave (secondary) fails to contact the master when refresh has expired.
|
||||
managed-resource-email:
|
||||
type: string
|
||||
default: hostmaster@example.com
|
||||
description: |
|
||||
Define a email to use for managed resources like domains created by the
|
||||
FloatingIP.
|
||||
default-ttl:
|
||||
type: int
|
||||
default:
|
||||
|
||||
@@ -84,7 +84,7 @@ workers = {{ options.workers }}
|
||||
## Managed resources settings
|
||||
|
||||
# Email to use for managed resources like domains created by the FloatingIP API
|
||||
#managed_resource_email = hostmaster@example.com.
|
||||
managed_resource_email = {{ options.managed_resource_email }}
|
||||
|
||||
{%- if options.managed_resource_tenant_id %}
|
||||
# Tenant ID to own all managed resources - like auto-created records etc.
|
||||
|
||||
@@ -87,7 +87,7 @@ workers = {{ options.workers }}
|
||||
## Managed resources settings
|
||||
|
||||
# Email to use for managed resources like domains created by the FloatingIP API
|
||||
#managed_resource_email = hostmaster@example.com.
|
||||
managed_resource_email = {{ options.managed_resource_email }}
|
||||
|
||||
{%- if options.managed_resource_tenant_id %}
|
||||
# Tenant ID to own all managed resources - like auto-created records etc.
|
||||
|
||||
@@ -87,7 +87,7 @@ workers = {{ options.workers }}
|
||||
## Managed resources settings
|
||||
|
||||
# Email to use for managed resources like domains created by the FloatingIP API
|
||||
#managed_resource_email = hostmaster@example.com.
|
||||
managed_resource_email = {{ options.managed_resource_email }}
|
||||
|
||||
{%- if options.managed_resource_tenant_id %}
|
||||
# Tenant ID to own all managed resources - like auto-created records etc.
|
||||
|
||||
Reference in New Issue
Block a user