From: Alfredo Deza Date: Tue, 4 Mar 2014 18:34:37 +0000 (-0500) Subject: return the path for the home config X-Git-Tag: v1.4.0~8^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7271c5b71163d6a2991feaa9740812700043a3ff;p=ceph-deploy.git return the path for the home config Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/conf/cephdeploy.py b/ceph_deploy/conf/cephdeploy.py index a5b85a2..b129152 100644 --- a/ceph_deploy/conf/cephdeploy.py +++ b/ceph_deploy/conf/cephdeploy.py @@ -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):