Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-18 | add util.get_cfg_option_list_or_str | Scott Moser | |
This is useful for getting a config option that is either string or a list as a list | |||
2010-06-17 | remove use of cloudinit constants from util.py in get_base_cfg | Scott Moser | |
use get_base_cfg from CloudInit:read_cfg | |||
2010-06-17 | add initial logging support | Scott Moser | |
This logging infrastructure in cloudinit: - uses python logging - allows user supplied config of logging.config.fileConfig format to be supplied in /etc/cloud/cloud.cfg or in cloud_config by user data. - by default, tries to use syslog, if that is not available, writes directly to /var/log/cloud-init.log (syslog will not be available yet when cloud-init runs) - when using syslog, the doc/21-cloudinit.conf file provides a rsyslogd file to be placed in /etc/rsyslog.d/ that will file [CLOUDINIT] messages to /var/log/cloud-init.log | |||
2010-06-15 | add vi modelines to python files | Scott Moser | |
2010-03-29 | util.py: allow for case-insensitive "true" values in get_cfg_option_bool. | Scott Moser | |
LP: 507709 LP: #507709 | |||
2010-02-04 | add copyright information | Scott Moser | |
2010-02-03 | globally remove ec2init and rename to cloudinit | Scott Moser | |