
andrew.glen-young at canonical
Aug 7, 2012, 11:01 AM
Post #2 of 2
(345 views)
Permalink
|
|
Re: Changing the DNS Name given by dnsmasq
[In reply to]
|
|
Hello. On Tue 07-08-2012 13:18 ›, Thomas Vachon wrote: > > I've been trying to prevent dnsmasq from handing out novalocal as the > domain. I set the private dns name via nova and it didn't work. I then > took more drastic measures and tried to override the name via a dnsmasq > config file. That didn't work as either. What am I missing here? Setting --dhcp_domain in your nova.conf should be sufficient, but the currently running dnsmasq process will not be reloaded after adding this flag. I believe that restarting nova-network should kill and restart the currently running dnsmasq process (or there may be a more graceful method). A 'ps' listing should list dnsmasq with the new --domain option passed to it. Hope this helps. -- Regards. Andrew Glen-Young _______________________________________________ OpenStack-operators mailing list OpenStack-operators [at] lists http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
|