]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
python3: get rid of iterkeys for compatibility 1328/head
authorKyr Shatskyy <kyrylo.shatskyy@suse.com>
Fri, 11 Oct 2019 18:20:29 +0000 (20:20 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@suse.com>
Fri, 11 Oct 2019 18:20:29 +0000 (20:20 +0200)
commita789fdf0020a0ae0bd30a83974dcf57aceb24b06
tree266babdd5b98c549811c2be4f1a623a15d0051b3
parent471e0e30631c6a1705c44e8172955046ec8cf4a1
python3: get rid of iterkeys for compatibility

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
25 files changed:
teuthology/lock/cli.py
teuthology/misc.py
teuthology/nuke/actions.py
teuthology/orchestra/cluster.py
teuthology/task/background_exec.py
teuthology/task/ceph_ansible.py
teuthology/task/clock.py
teuthology/task/exec.py
teuthology/task/install/__init__.py
teuthology/task/install/redhat.py
teuthology/task/install/util.py
teuthology/task/internal/__init__.py
teuthology/task/internal/check_lock.py
teuthology/task/internal/lock_machines.py
teuthology/task/internal/redhat.py
teuthology/task/internal/syslog.py
teuthology/task/internal/vm_setup.py
teuthology/task/kernel.py
teuthology/task/lockfile.py
teuthology/task/mpi.py
teuthology/task/parallel_example.py
teuthology/task/pexec.py
teuthology/task/selinux.py
teuthology/task/ssh_keys.py
teuthology/task/tests/test_locking.py