From: Kyr Shatskyy Date: Sat, 15 Feb 2020 10:15:28 +0000 (+0100) Subject: qa/tasks/ragweed: get rid of itervalues for py3 X-Git-Tag: v15.2.4~42^2~26 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ad0051159900caf717196ec3ead5f613c829d6c3;p=ceph.git qa/tasks/ragweed: get rid of itervalues for py3 Signed-off-by: Kyr Shatskyy (cherry picked from commit b3e42cf30c7b341b2a08ae1335040e91c9e18b31) --- diff --git a/qa/tasks/ragweed.py b/qa/tasks/ragweed.py index 142575554a8..052992a498b 100644 --- a/qa/tasks/ragweed.py +++ b/qa/tasks/ragweed.py @@ -156,7 +156,7 @@ def create_users(ctx, config, run_stages): if not 'check' in run_stages[client]: # only remove user if went through the check stage continue - for user in users.itervalues(): + for user in users.values(): uid = '{user}.{client}'.format(user=user, client=client) ctx.cluster.only(client).run( args=[