summaryrefslogtreecommitdiff
path: root/cloud-init.py
AgeCommit message (Expand)Author
2011-01-26make cloud-init's warning more obviously a warning (prepend WARN)Scott Moser
2011-01-26rework of DataSource loading.Scott Moser
2011-01-26change 'except' syntax to python 3 style.Scott Moser
2011-01-25add support for redirecting output of cloud-init, cloud-config and cloud-finalScott Moser
2011-01-24cloud-init.py: fix bad variable nameScott Moser
2011-01-24cloud-init.py: add trailing carriage return to messageScott Moser
2011-01-21add function to cloud-init to run cloud-config style modulesScott Moser
2011-01-19write the previous-hostname file to persistent cloud/dataScott Moser
2011-01-19improve log message on failure of initfs. run on both start-local and startScott Moser
2011-01-19cloud-init.py: log exception on failure to set hostnameScott Moser
2011-01-19initial /var/lib rework still lots to do. includes a fix for LP: #704509Scott Moser
2011-01-18move setting of default locale out of cloud-init, into cloud-configScott Moser
2010-08-12initial dump of "sans-cloud" code (DataSourceNoCloud)Scott Moser
2010-07-07manage hostname setting better (LP: #596993)Scott Moser
2010-06-17cloud-init: remove additional new line in log messageScott Moser
2010-06-17add initial logging supportScott Moser
2010-06-15add vi modelines to python filesScott Moser
2010-05-05wait considerably longer (1050 seconds) for metadata service to come upScott Moser
2010-03-02purge cache in cloud-init so it doesn't end up persisting across instancesScott Moser
2010-02-11rename EC2Init class to CloudInitScott Moser
2010-02-10only set hostname once per instance. (LP: #514492)Scott Moser
2010-02-04add copyright informationScott Moser
2010-02-04more removal of 'ec2init' string, replacement with cloud-initScott Moser