Comment 3 for bug 1693265

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

Reviewed: https://review.openstack.org/467699
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=4b333b989dfc778a8b61db4a1b8552e988a10471
Submitter: Jenkins
Branch: master

commit 4b333b989dfc778a8b61db4a1b8552e988a10471
Author: Lars Kellogg-Stedman <email address hidden>
Date: Wed May 24 12:40:13 2017 -0400

    provide interface-scoped nameserver information

    DNS nameserver information is subnet-specific, but nova provides this
    information globally, which makes it impossible for system
    configuration tools to place the nameserver information in the right
    place (e.g., in interface configuration files). This commit modifies
    nova to *also* provide the DNS information per-subnet, where it can be
    accessed by tools that want to configure the system properly.

    Change-Id: I003a25b0d60cb6cd16c3ee1ad1a43910825622be
    Closes-bug: #1693265