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:
parent
c0a445a37e
commit
7f2b7ea4f4
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user