summaryrefslogtreecommitdiff
path: root/cloudinit/__init__.py
AgeCommit message (Expand)Author
2012-02-28Catch exceptions from part-handlers and log the error before continuing.Scott Moser
2012-02-21Cleanups.Mike Milner
2012-02-21Lint fixes.Mike Milner
2012-02-21Add test and fix for catching exceptions.Mike Milner
2012-02-16initial version of DataSourceConfigDriveScott Moser
2012-01-18Add HP to Copyright, and Juerg Haefliger Authors.Scott Moser
2012-01-17remove duplicate importsScott Moser
2012-01-17[PATCH] PEP8 coding style fixes.Scott Moser
2012-01-17[PATCH 4/4] Fix pylint conventions C0301 (line too long)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 12/13] Fix pylint warnings W0201 (attribute xyz definedScott Moser
2012-01-12[PATCH 11/13] Fix pylint warnings W0141 (used builtin function xyz)Scott Moser
2012-01-12[PATCH 10/13] Fix pylint warnings W0102 (dangerous default value asScott Moser
2012-01-12[PATCH 09/13] Fix pylint warnings W0107 (unnecessary pass statement)Scott Moser
2012-01-12[PATCH 06/13] Fix pylint warnings W0612 (unused variable)Scott Moser
2012-01-12[PATCH 05/13] Fix pylint warnings W0613 (unused argument)Scott Moser
2011-08-02This fixes LP: #819507, to make consume_userdata run 'always'Scott Moser
2011-07-19improve the updating of /etc/hosts with correct fqdn when possibleScott Moser
2011-06-17make the "cloud-config ready" command configurable (LP: #785551)Scott Moser
2011-04-04convert some user input from dos to unix (LP: #744965)Scott Moser
2011-03-21fix bug in part-handler code, that broke working part-handlers (LP: #739694)Scott Moser
2011-02-07rename 'datadir' key to 'data' in pathmapScott Moser
2011-02-07call DataSource classes with sys_cfg argumentScott Moser
2011-02-07add config option 'manual_cache_clean'.Scott Moser
2011-02-04fix logging in DataSource modulesScott Moser
2011-02-01remove double slash returned by get_ipath_curScott Moser
2011-02-01fix the path for user scripts.Scott Moser
2011-01-31make write_to_cache raise errors if it fails rather than surpressingScott Moser
2011-01-31replace DataSource's self.logScott Moser
2011-01-31close file descriptors given to cPickle.load and cPickle.dumpScott Moser
2011-01-28add previous-instance-id and previous-datasource files to cloud/dataScott Moser
2011-01-27fix the filename of the processed userdataScott Moser
2011-01-27take correct action if def_log_file and syslog_fix_perms are emptyScott Moser
2011-01-27fix bug in fixing permission on default log fileScott Moser
2011-01-26rework of DataSource loading.Scott Moser
2011-01-26change 'except' syntax to python 3 style.Scott Moser
2011-01-25add initial ovf data source classScott Moser
2011-01-25add support for redirecting output of cloud-init, cloud-config and cloud-finalScott Moser
2011-01-24move cloud-run-user-script.conf to cloud-final, use cloud-cfg for invokingScott Moser
2011-01-24cloudinit/__init__: fix get_cpath()Scott Moser
2011-01-24cloudinit/__init__.py: fixes to initfsScott Moser
2011-01-21add function to cloud-init to run cloud-config style modulesScott Moser
2011-01-20support configuration of what is the default log fileScott Moser
2011-01-19fix bug in get_cpathScott Moser
2011-01-19add 'data' entry in pathmap and move get_cpath to a static functionScott Moser
2011-01-19make scripts sub-dirs for per-<item>Scott Moser
2011-01-19convert 'cachedir' to 'seeddir', move cloud_config, scripts to instanceScott Moser
2011-01-19move cache to instance specific dirScott Moser