Add a link to the module code

This commit is contained in:
Joshua Harlow 2014-10-23 17:57:10 -07:00
parent 6ac5fe6cf4
commit f915316060
2 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,8 @@ def _make_header(text):
def handle(name, cfg, cloud, log, args):
"""Handler method activated by cloud-init."""
verbose = util.get_cfg_by_path(cfg, ('debug', 'verbose'), default=True)
if args:
# if args are provided (from cmdline) then explicitly set verbose

View File

@ -50,6 +50,7 @@ Debug
*Internal name:* ``cc_debug``
.. automodule:: cloudinit.config.cc_debug
:members:
Disable Ec2 Metadata
--------------------