Correct the "dns_domain" option by default

The "dns_domain" option needs to end in a "." to have a proper DNS name.
This change adds the sinle period and quites the string.

Change-Id: I000137b4071ea9ee2fae00eef7dfa4fa9fcadf3e
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2017-08-17 09:49:28 -05:00
parent 1dffcac7d9
commit 95a3e0abf2
No known key found for this signature in database
GPG Key ID: 69FEFFC5E2D9273F
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ neutron_report_interval: "{{ neutron_agent_down_time | int / 2 | int }}"
neutron_external_network_bridge: ""
neutron_dns_domain: openstacklocal
neutron_dns_domain: "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.