]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
erasure-code: fix typo in create_pool argument name 277/head
authorLoic Dachary <loic@dachary.org>
Tue, 1 Jul 2014 10:26:13 +0000 (12:26 +0200)
committerLoic Dachary <loic@dachary.org>
Tue, 1 Jul 2014 10:26:13 +0000 (12:26 +0200)
missing _name at the end

Signed-off-by: Loic Dachary <loic@dachary.org>
teuthology/task/ceph_manager.py

index 581c598608ba96089f34b6a4c8964a4519a8dd65..c400c5a0ccc9724618018a8cecb54a8f48216e70 100644 (file)
@@ -722,7 +722,7 @@ class CephManager:
             self.create_pool(
                 name,
                 pg_num,
-                erasure_code_profile=erasure_code_profile_name)
+                erasure_code_profile_name=erasure_code_profile_name)
         return name
 
     def create_pool(self, pool_name, pg_num=16, erasure_code_profile_name=None):