Comment 1 for bug 1463560

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

Reviewed: https://review.openstack.org/189932
Committed: https://git.openstack.org/cgit/stackforge/networking-cisco/commit/?id=2814776d57e0e884e0ad8a0204b5bb49d6abd4c8
Submitter: Jenkins
Branch: master

commit 2814776d57e0e884e0ad8a0204b5bb49d6abd4c8
Author: Saksham Varma <email address hidden>
Date: Tue Jun 9 13:45:45 2015 -0700

    Fix more pep8 and py27 failures due to neutron core changes

    pep8 failed since dict.iteritems() is not Python3 compatible.
    This fix replaces these calls with six.iteritems(dict)

    py27 failed due to olso.config not allowing config files to
    end in .test, see https://review.openstack.org/189646

    Co-Authored-By: Henry Gessau <email address hidden>
    Closes-Bug: #1463560

    Change-Id: I5b408a6b99595e02c6188c752379e8b1a672ae42