371e5d6264
networking-ovn optionally expects list of dns server to be defined in the config -'ovn/dns_servers'. These will be included in the 'dns_server' DHCP option field when the VMs send DHCP request if the subnet's dns_nameservers field is not defined by the user. This patch sets the hieradata - 'neutron::plugins::ml2::ovn::dns_servers' to the defined OVNDnsServers t-h-t param. Change-Id: I80574f7badfcc618254266051c8d6661c08e2be0 Closes-bug: #1774052
7 lines
291 B
YAML
7 lines
291 B
YAML
---
|
|
features:
|
|
- Provides the option to define a set of DNS servers which will be
|
|
configured in the 'ovn' section of etc/neutron/plugins/ml2_conf.ini.
|
|
These DNS servers will be used as DNS forwarders for the VMs if a neutron
|
|
subnet is not defined with 'dns_nameservers' option.
|