]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
return the path for the home config
authorAlfredo Deza <alfredo.deza@inktank.com>
Tue, 4 Mar 2014 18:34:37 +0000 (13:34 -0500)
committerAlfredo Deza <alfredo.deza@inktank.com>
Tue, 4 Mar 2014 18:34:37 +0000 (13:34 -0500)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
ceph_deploy/conf/cephdeploy.py

index a5b85a23f9b1ed80eaebf55d62c44545d1ccf535..b129152ecb925b68c97021ff039c75636c75c2d3 100644 (file)
@@ -31,6 +31,7 @@ def _locate_or_create():
         if path.exists(location):
             return location
     create_stub(home_config)
+    return home_config
 
 
 def create_stub(_path=None):