Merge "Generate designate_pool_uuid dynamically"

This commit is contained in:
Zuul
2021-04-13 14:47:15 +00:00
committed by Gerrit Code Review
2 changed files with 1 additions and 7 deletions

View File

@@ -95,9 +95,6 @@ designate_oslomsg_notify_vhost: "{{ designate_oslomsg_rpc_vhost }}"
# TODO(ansmith): Change structure when more backends will be supported
designate_oslomsg_amqp1_enabled: "{{ designate_oslomsg_rpc_transport == 'amqp' }}"
## Pool Configuration Defaults
designate_pool_uuid: 794ccc2c-d751-44fe-b57f-8894c9f5c842
# Designate services info
designate_role_name: admin

View File

@@ -59,7 +59,7 @@ transport_url = {{ designate_oslomsg_notify_transport }}://{% for host in design
#min_ttl = None
# The name of the default pool
#default_pool_id = '794ccc2c-d751-44fe-b57f-8894c9f5c842'
default_pool_id = {{ designate_pool_uuid }}
## Managed resources settings
@@ -254,9 +254,6 @@ memcached_servers = {{ designate_memcached_servers }}
# Number of Pool Manager greenthreads to spawn
#threads = 1000
# The ID of the pool managed by this instance of the Pool Manager
pool_id = {{ designate_pool_uuid }}
# The percentage of servers requiring a successful update for a domain change
# to be considered active
#threshold_percentage = 100