Comment 0 for bug 1774710

Revision history for this message
Assaf Muller (amuller) wrote :

0) Set up Neutron with ML2/OVS or LB, or anything that uses the DHCP agent
1) Create a network with dns_domain
2) Boot a VM on it

Notice the VM doesn't have the DNS domain in it's /etc/resolv.conf

In short, per-network DNS domains are not respected by the DHCP agent. The dns_domain attribute is persisted in the Neutron DB and passed on to the DHCP agent via RPC, but the agent doesn't do anything with it.

Versions:
Master and all previous versions.