tripleo-heat-templates/ci/environments/neutron_dns_domain.yaml
Slawek Kaplonski fb1874113d [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
2021-11-16 12:30:08 +00:00

3 lines
62 B
YAML

parameter_defaults:
NeutronDnsDomain: 'openstackgate.local'