| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-09-01 | warn on failure of the hostname command when setting hostname | Scott Moser | |
| LP: #832175 | |||
| 2011-08-03 | add get_hostname_fqdn method to 'util' and use it for getting hostname | Scott Moser | |
| This adds a method 'get_hostname_fqdn' to cloudinit.util, and then uses this method for getting the hostname and fqdn in places that get hostname. The single place for getting it right will help. | |||
| 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 | |||
