summaryrefslogtreecommitdiff
path: root/cloud-init.py
AgeCommit message (Expand)Author
2012-02-17cloud-init.py: exit success if no data sources foundScott Moser
2012-01-18Add HP to Copyright, and Juerg Haefliger Authors.Scott Moser
2012-01-17[PATCH] PEP8 coding style fixes.Scott Moser
2012-01-17[PATCH 3/4] Fix pylint conventions C0324 (comma not followed by a space)Scott Moser
2012-01-17[PATCH 2/4] Fix pylint conventions C0322 (operator not preceded by a space)Scott Moser
2012-01-17[PATCH 1/4] Fix pylint conventions C0321 (more than one statement on a single...Scott Moser
2012-01-12[PATCH 01/13] Fix pylint warnings W0311 (bad indentation)Scott Moser
2011-12-19make stdin read from /dev/null for all cloud-init programs (LP: #903993)Scott Moser
2011-08-22Add some network debug info printed to the consoleScott Moser
2011-08-02This fixes LP: #819507, to make consume_userdata run 'always'Scott Moser
2011-06-17make the "cloud-config ready" command configurable (LP: #785551)Scott Moser
2011-03-02fix bug preventing early exit of cloud-init on 'no-net' pathScott Moser
2011-02-18improve startup if no eth0 is available (LP: #714807)Scott Moser
2011-02-07add config option 'manual_cache_clean'.Scott Moser
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