← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1466117] Re: Add default DNS servers to Neutron's DNS configuration

 

Reviewed:  https://review.openstack.org/192712
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=0de1d8d4ca8f7bb51c3e39259d0e0f48039ba5d0
Submitter: Jenkins
Branch:    master

commit 0de1d8d4ca8f7bb51c3e39259d0e0f48039ba5d0
Author: Kyle Mestery <mestery@xxxxxxxxxxx>
Date:   Wed Jun 17 14:46:47 2015 +0000

    dhcp: Default to using local DNS resolution
    
    It's pointless to not include default DNS resolution for Neutron.
    This adds a new config option (dnsmasq_local_resolv) which defaults
    to 'True' and will allow for DNS name resolution to work out of
    the box. The caveat is that if the 'dnsmasq_dns_servers' is set it
    will override the 'dnsmasq_local_resolv' setting, thus allowing
    operators to explicitly set their own DNS servers.
    
    DocImpact: Default to using local DNS resolution with the DHCP agent.
    
    Change-Id: I17a884f467d307432a06f67a9dd93ed2fa6081a3
    Closes-Bug: #1466117
    Signed-off-by: Kyle Mestery <mestery@xxxxxxxxxxx>


** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1466117

Title:
  Add default DNS servers to Neutron's DNS configuration

Status in neutron:
  Fix Released

Bug description:
  When Neutron is used to manage networking, the default dhcp agent
  configuration does not include dns servers that would allow dnsmasq to
  resolve external hosts.  This change adds the google dns servers to
  the dhcp agent configuration to ensure that external resolution is
  possible by default.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1466117/+subscriptions


References