[Neutron] Add custom env file to set dns_domain_name

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 adds custom environment file which will set that config
option to "openstackgate.local" which is the same value like is configured
in all of the Neutron CI jobs by the Neutron Devstack plugin.

Related-Bug: #1950815
Change-Id: I4d803a7b43533debdf6063299878cf1b13c664e6
This commit is contained in:
Slawek Kaplonski 2021-11-16 11:05:00 +01:00
parent a62e980af7
commit fb1874113d
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
parameter_defaults:
NeutronDnsDomain: 'openstackgate.local'