Set dns_domain_name option

To be able to run properly dns_domain_name related tests
from the neutron_tempest_plugin.api.test_ports module,
Neutron has to have configured non default dns_domain_name option.

This patch set dns_domain_name option to "openstackgate.local"
which is the same value like configured in all of the Neutron CI
jobs by the Neutron Devstack plugin.

Related-Bug: #1950815

Signed-off-by: Amol Kahat <amolkahat@gmail.com>
Change-Id: I5a0188524ee05053c708ceb5c564bb3ebcb614dc
This commit is contained in:
Amol Kahat 2021-11-17 17:29:55 +05:30
parent b5f1c376a6
commit 9b68d39983
No known key found for this signature in database
GPG Key ID: FDD3BA6C832D7715

View File

@ -59,3 +59,6 @@ parameter_defaults:
InterfaceLocalMtu: 1500
NovaComputeLibvirtType: {{ standalone_libvirt_type }}
SELinuxMode: {{ standalone_selinux_mode }}
{% if release is defined and release not in ['train', 'ussuri'] %}
NeutronDnsDomain: 'openstackgate.local'
{% endif %}