Comment 12 for bug 1829304

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

Reviewed: https://review.opendev.org/662203
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=a65ae9c81eea909133446c0be4d54ce389f6e0e1
Submitter: Zuul
Branch: master

commit a65ae9c81eea909133446c0be4d54ce389f6e0e1
Author: Nate Johnston <email address hidden>
Date: Thu May 30 08:53:31 2019 -0400

    Use list instead of six.viewkeys to avoid py2 to py3 problems

    This change fixes an 'RuntimeError: dictionary changed size during
    iteration' error that is raised because of different behaviour between
    python2 and python3. An earlier attempt [1] to use the six library did
    not fix the issue.

    [1] https://review.opendev.org/660427

    Resolves-Bug: #1829304
    Change-Id: Ic4c5790a5d66e10a606327f4f4e4c92611f161d8