Merge "Allow Set managed_resource_email on designate config."

This commit is contained in:
Zuul
2021-09-04 03:02:53 +00:00
committed by Gerrit Code Review
4 changed files with 9 additions and 3 deletions

View File

@@ -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:

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.