]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
mention what is cd_conf about 168/head
authorAlfredo Deza <alfredo.deza@inktank.com>
Mon, 17 Mar 2014 15:52:20 +0000 (11:52 -0400)
committerAlfredo Deza <alfredo.deza@inktank.com>
Mon, 17 Mar 2014 15:52:20 +0000 (11:52 -0400)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
ceph_deploy/install.py

index 8ff77d5c386cc723bb08f2fa9988b500ec57ef6a..bd56184b07794997065e483fef828139a80ffe49 100644 (file)
@@ -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():