Comment 3 for bug 1872120

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tacker (master)

Reviewed: https://review.opendev.org/727057
Committed: https://git.openstack.org/cgit/openstack/tacker/commit/?id=ccf89cb1497b18947557a7db05470314c3481df8
Submitter: Zuul
Branch: master

commit ccf89cb1497b18947557a7db05470314c3481df8
Author: Yasufumi Ogawa <email address hidden>
Date: Tue May 12 05:48:52 2020 +0000

    Cleanup deprecated iteritems of dict

    To fix the issue because of using deprecated method in python3, replace
    iteritems() with items(). Although tacker itself does not cause the
    error because it uses `six` actually, no need to keep python2 support.

    Change-Id: Ifec7d5d3146ffe01addcb1e5c0ab78ce92bae0ff
    Related-Bug: 1872120