| 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 | |||
