Comment 26 for bug 1784879

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

Reviewed: https://review.opendev.org/662409
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=57bc6d167b44b4c898626aad2ad840ed85b7df17
Submitter: Zuul
Branch: master

commit 57bc6d167b44b4c898626aad2ad840ed85b7df17
Author: Jens Harbott <email address hidden>
Date: Tue Dec 3 15:27:53 2019 +0000

    Allow to select subnets to publish DNS records

    As described in [0] a new attribute ``dns_publish_fixed_ip`` is added
    to subnets, allowing to specify directly whether DNS records should be
    published for this subnet. This overrides the previous behaviour that
    makes this decision based on various properties of the network that
    the subnet is contained in, see [1].

    [0] https://launchpad.net/bugs/1784879
    [1] https://docs.openstack.org/neutron/latest/admin/config-dns-int-ext-serv.html

    Change-Id: I14605ead2694d9e9422b3d7b519aed2e3c340e2a
    Partial-Bug: 1784879