]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
config.py: add missing import for os.path
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Thu, 21 Mar 2013 15:04:06 +0000 (16:04 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Thu, 21 Mar 2013 15:04:06 +0000 (16:04 +0100)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
ceph_deploy/config.py

index f12ae8f8ee78a141d0b6bd0ba8e745a214801673..6dba8b88172b487efef5f3875f9fffeabc7851d6 100644 (file)
@@ -47,6 +47,8 @@ def get_file(path):
         pass
 
 def config_pull(args):
+    import os.path
+
     topath = '{cluster}.conf'.format(cluster=args.cluster)
     frompath = '/etc/ceph/{cluster}.conf'.format(cluster=args.cluster)