From: Alfredo Deza Date: Mon, 5 Aug 2013 18:15:06 +0000 (-0700) Subject: add a docstring for logging in write_conf X-Git-Tag: v1.2~9^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0c62ad69a4ed4650eee42ff825b451ad18229159;p=ceph-deploy.git add a docstring for logging in write_conf Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/conf.py b/ceph_deploy/conf.py index 1b67cfe..a7b97a4 100644 --- a/ceph_deploy/conf.py +++ b/ceph_deploy/conf.py @@ -39,6 +39,7 @@ def load(args): def write_conf(cluster, conf, overwrite): + """ write cluster configuration to /etc/ceph/{cluster}.conf """ import os path = '/etc/ceph/{cluster}.conf'.format(cluster=cluster)