Comment 8 for bug 1605336

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

Reviewed: https://review.openstack.org/346961
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=b0778fe801331284b5b43d1e7c79ac6a9b0c1cce
Submitter: Jenkins
Branch: stable/mitaka

commit b0778fe801331284b5b43d1e7c79ac6a9b0c1cce
Author: Graham Hayes <email address hidden>
Date: Fri Jul 22 20:55:44 2016 +0100

    Avoid KeyError when accessing "dns_name" as it may not exist

    Neutron LBaaS does not pass a full copy of the request_data
    into this function, and causes the port create to fail
    with a KeyError

    Change-Id: Ib81cbbaf24a4ffaa983e1b05146aea0dc74e29bb
    Fixes-Bug: #1605336
    (cherry picked from commit 625fdb423e289ee98dbfbd4c81edf64b598cb352)