Use global dhcp_domain by default

Set neutron_dns_domain to the `dhcp_domain` value by default.

It is convenient to use signle variable to adjust DHCP domain
configuration across services

Change-Id: I355078189598726e0fe349c7ee2320487cfc0e7a
This commit is contained in:
Dmitriy Rabotyagov 2021-04-20 17:23:31 +03:00
parent c0a445a37e
commit 7f2b7ea4f4
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ neutron_agent_down_time: 120
neutron_agent_polling_interval: 5
neutron_report_interval: "{{ neutron_agent_down_time | int / 2 | int }}"
neutron_dns_domain: "openstacklocal."
neutron_dns_domain: "{{ dhcp_domain | default('openstacklocal.') }}"
# If ``neutron_num_sync_threads`` is unset, the system will use the value of
# neutron_api_threads in templates/dhcp_agent.ini.j2 for num_sync_threads.