summaryrefslogtreecommitdiff
path: root/cloudinit/CloudConfig/__init__.py
AgeCommit message (Expand)Author
2012-06-071. Adding some new helper files that split off file inclusion, templating, im...Joshua Harlow
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 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 10/13] Fix pylint warnings W0102 (dangerous default value asScott Moser
2011-08-02This fixes LP: #819507, to make consume_userdata run 'always'Scott Moser
2011-02-18handle no datasource better cloud-init-cfgScott Moser
2011-02-07add apt helper routeins to CloudConfig, and use them in apt and puppetScott Moser
2011-02-07add 'run_per_instance' to CloudConfigScott Moser
2011-01-26if output entry is a scalar, send stdout and stderr same placeScott Moser
2011-01-25add get_config_obj to a DataSource object.Scott 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-24add CloudConfig.per-once definitionScott Moser
2011-01-21add function to cloud-init to run cloud-config style modulesScott Moser
2010-09-10fix bad format of log message.Scott Moser
2010-08-09cloud-init-cfg: log warning with traceback on failure of a config moduleScott Moser
2010-06-29on bad cloud-config syntax (failure to yaml.load) continue onScott Moser
2010-06-18fix trace due to lack of 'import traceback'. change error messageScott Moser
2010-06-18remove trailing whitespace in previous commitScott Moser
2010-06-18prefix config 'sem' entries with semaphores with 'config-'Scott Moser
2010-06-17make cloud-config modules configurable by cloud-configScott Moser