]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/tasks/util/rados.py
import 15.2.0 Octopus source
[ceph.git] / ceph / qa / tasks / util / rados.py
index a83f9e19082d41abc3cf69f9feda741ea36996a1..a0c54ce4eadc711ce3405e6d511725ad1980c2c1 100644 (file)
@@ -84,4 +84,4 @@ def cmd_erasure_code_profile(profile_name, profile):
     return [
         'osd', 'erasure-code-profile', 'set',
         profile_name
-        ] + [ str(key) + '=' + str(value) for key, value in profile.iteritems() ]
+        ] + [ str(key) + '=' + str(value) for key, value in profile.items() ]