Comment 23 for bug 1650678

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

Reviewed: https://review.openstack.org/493108
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=bda14668119ea6c884b46983b187f55f2d55b3dd
Submitter: Jenkins
Branch: stable/pike

commit bda14668119ea6c884b46983b187f55f2d55b3dd
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
    (cherry picked from commit 4a7753325999ef1e5c77f6131cfe03b2cfa364a7)