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:
Billy Olsen 2017-11-13 16:38:56 -07:00
parent c6513b0dc1
commit 510af24ed7
1 changed files with 4 additions and 0 deletions

View File

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