Comment 1 for bug 977759

Revision history for this message
Mandar Vaze (mandarvaze) wrote : Re: With QuantumManager, nova-network does not start dnsmasq during initialization

 nova/network/quantum/manager.py : update_dhcp() calls restart_dhcp() which checks and starts dnsmasq if needed.

NetworkManager calls self._setup_network_on_host from init_host
For FlatDHCPManager and VlanManager update_dhcp() is called from _setup_network_on_host

But QuantumManager does not call update_dhcp() during init_host() - hence the problem.