Comment 2 for bug 1503616

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-web (master)

Reviewed: https://review.openstack.org/234327
Committed: https://git.openstack.org/cgit/stackforge/fuel-web/commit/?id=bc1d5e599eb90a2984bf7d9ccf52c27a83e9b3cd
Submitter: Jenkins
Branch: master

commit bc1d5e599eb90a2984bf7d9ccf52c27a83e9b3cd
Author: Matthew Mosesohn <email address hidden>
Date: Tue Oct 13 19:25:33 2015 +0300

    Improve handling with existing DNS settings

    Fuelmenu should now treat existing /etc/resolv.conf
    settings as higher priority than defaults or config
    files. It now parses /etc/resolv.conf to read in
    domain, nameserver, and search domain settings,
    excluding admin IP address.

    Added check for admin IP in upstream DNS.

    Minor cleanup of comments and removal of
    unnecessary fixResolvConf method.

    Change-Id: If823c100f97452bbe1eef3be1f8f0943a32527cd
    Closes-Bug: #1503616
    Closes-Bug: #1500952