From: Alfredo Deza Date: Mon, 17 Mar 2014 15:52:20 +0000 (-0400) Subject: mention what is cd_conf about X-Git-Tag: v1.4.0~5^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F168%2Fhead;p=ceph-deploy.git mention what is cd_conf about Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/install.py b/ceph_deploy/install.py index 8ff77d5..bd56184 100644 --- a/ceph_deploy/install.py +++ b/ceph_deploy/install.py @@ -114,6 +114,10 @@ def custom_repo(distro, args, cd_conf, rlogger): """ A custom repo install helper that will go through config checks to retrieve repos (and any extra repos defined) and install those + + ``cd_conf`` is the object built from argparse that holds the flags and + information needed to determine what metadata from the configuration to be + used. """ default_repo = cd_conf.get_default_repo() if args.release in cd_conf.get_repos():