]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tasks/ceph: get rid of iteritems for python3 30792/head
authorKyr Shatskyy <kyrylo.shatskyy@suse.com>
Tue, 8 Oct 2019 14:41:32 +0000 (16:41 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@suse.com>
Tue, 8 Oct 2019 14:41:32 +0000 (16:41 +0200)
commit9b5bd6c7155579d3b903ef0eb0ac8eddfe8f29e1
tree5ed8c4719f1fd152a9ddf20d9ed0839b86dc6fd5
parente560faf65af823812237ef720637a3a0ff1b5c1e
tasks/ceph: get rid of iteritems for python3

For python3 compatibility use items() instead of iteritems().

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
qa/tasks/ceph.py