Add missing dns_domain to pike's neutron.conf template
Neutron ML2 DNS integration was broken in pike deployments due to the dns_domain name not changing from the default openstacklocal. This change adds the dns_domain option into the neutron.conf file. Change-Id: I9ea25ab7f1a30a1a172d0d33c4d408712b66de0a Closes-Bug: 1732042
This commit is contained in:
parent
c6513b0dc1
commit
510af24ed7
@ -16,6 +16,10 @@ rpc_workers = {{ workers }}
|
||||
|
||||
router_distributed = {{ enable_dvr }}
|
||||
|
||||
{% if dns_domain -%}
|
||||
dns_domain = {{ dns_domain }}
|
||||
{% endif -%}
|
||||
|
||||
l3_ha = {{ l3_ha }}
|
||||
{% if l3_ha -%}
|
||||
max_l3_agents_per_router = {{ max_l3_agents_per_router }}
|
||||
|
Loading…
Reference in New Issue
Block a user