Comment 4 for bug 1835209

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

Reviewed: https://review.opendev.org/669788
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=aa60d6e83760cee0fccdf3925329858aa3c85903
Submitter: Zuul
Branch: stable/stein

commit aa60d6e83760cee0fccdf3925329858aa3c85903
Author: Nate Johnston <email address hidden>
Date: Sat Jun 15 10:14:58 2019 -0400

    Fix bulk port binding

    Bulk ports were not binding correctly when they were created. This is
    due to a few inconsistencies between the create_port code and the
    create_port_bulk code, mostly a result of the use of the Port object in
    the bulk code.

    Change-Id: I3bcd3cec12b1b6f6a568cda4bfeb569f636efb98
    Closes-Bug: #1835209
    (cherry picked from commit d0c172afa6ea38e94563afb4994471420b27cddf)