Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-26 | change 'except' syntax to python 3 style. | Scott Moser | |
Everywhere that there occurred: except Exception, e: changed to except Exception as e: | |||
2011-01-21 | add function to cloud-init to run cloud-config style modules | Scott Moser | |
add 'hostname' cloud-config option for setting hostname make rsyslog and resizefs run at cloud-init time | |||
2011-01-19 | add handling of rsyslog in cloud-config | Scott Moser | |
This adds the following cloud-config keys: - 'rsyslog_dir' default: /etc/rsyslog.d - 'rsyslog_filename' default: 20-cloud-config.conf - 'rsyslog' (list) default: empty |