]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
mds.py: remove unused local variable/import
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 13 Mar 2013 14:54:01 +0000 (15:54 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 13 Mar 2013 14:54:01 +0000 (15:54 +0100)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
ceph_deploy/mds.py

index 98df2479b4c1bb857e15ab53cb0723b2def17f24..f5edb8856b314ecaf4032c79010c147c880d9b83 100644 (file)
@@ -35,7 +35,6 @@ def create_mds_bootstrap(cluster, key):
     exceptions for non-exceptional runs.
     """
     import os
-    import subprocess
 
     path = '/var/lib/ceph/bootstrap-mds/{cluster}.keyring'.format(
         cluster=cluster,