b2b8cf72a8
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. Change-Id: I353ac905069ecc945720df2b9e3051989238a02a Partial-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.
|