]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/tasks/ceph_client.py
import 15.2.0 Octopus source
[ceph.git] / ceph / qa / tasks / ceph_client.py
index 3ca90b7d198813dd9968bb6df1380927093d3a7b..74e818f932bef1ee33879078764637a186229f38 100644 (file)
@@ -16,7 +16,7 @@ def create_keyring(ctx, cluster_name):
     clients = ctx.cluster.only(teuthology.is_type('client', cluster_name))
     testdir = teuthology.get_testdir(ctx)
     coverage_dir = '{tdir}/archive/coverage'.format(tdir=testdir)
-    for remote, roles_for_host in clients.remotes.iteritems():
+    for remote, roles_for_host in clients.remotes.items():
         for role in teuthology.cluster_roles_of_type(roles_for_host, 'client',
                                                      cluster_name):
             name = teuthology.ceph_role(role)