Comment 6 for bug 1900851

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

Reviewed: https://review.opendev.org/c/openstack/horizon/+/799999
Committed: https://opendev.org/openstack/horizon/commit/efa1b3d683d6147abeb3ac9573729a726c481468
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit efa1b3d683d6147abeb3ac9573729a726c481468
Author: Akihiro Motoki <email address hidden>
Date: Wed Nov 18 20:05:48 2020 +0900

    Fix create/update_port with python3

    unescape_port_kwargs() in api/neutron.py changes a key of dict
    during the iteration and it is not allowed in python3.

    Change-Id: Ifc1b9a0191aacd32e8c8ecc082b6313f04003f63
    Closes-Bug: #1900851
    (cherry picked from commit f3927ffb3d5e8803115a436f27d15cf52f61d2e0)
    (cherry picked from commit 69e688728c19093eebf3b514a663e714e715d632)