summaryrefslogtreecommitdiff
path: root/cloudinit/CloudConfig/__init__.py
AgeCommit message (Expand)Author
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