From 8148acd58a615ecbc003a2dff0e3b3c779dfae20 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 17 Mar 2014 11:52:20 -0400 Subject: [PATCH] mention what is cd_conf about Signed-off-by: Alfredo Deza --- ceph_deploy/install.py | 4 ++++ 1 file changed, 4 insertions(+) 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(): -- 2.47.3