Comment 21 for bug 1650678

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

Reviewed: https://review.openstack.org/468697
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=4a7753325999ef1e5c77f6131cfe03b2cfa364a7
Submitter: Jenkins
Branch: master

commit 4a7753325999ef1e5c77f6131cfe03b2cfa364a7
Author: Miguel Lavalle <email address hidden>
Date: Sat May 27 18:27:34 2017 -0500

    Add port dns_domain processing logic

    This patchset adds logic to the ML2 DNS integration extension to process
    a new dns_domain attribute associated to ports.

    This patchset belongs to a series that adds dns_domain attribute
    functionality to ports.

    DocImpact: Ports have a new dns_domain attribute, that takes precedence
               over networks dns_domain when published to an external DNS
               service.

    APIImpact: Users can now specify a dns_domain attribute in port POST and
               PUT operations.

    Change-Id: I02d8587d3a1f9f3f6b8cbc79dbe8df4b4b99a893
    Partial-Bug: #1650678