summaryrefslogtreecommitdiff
path: root/cloud-init-cfg.py
AgeCommit message (Expand)Author
2012-06-07Move binaries to an actual binary dir.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 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-12[PATCH 04/13] Fix pylint warnings W0611 (unused import)Scott Moser
2011-12-19fix missing import for use of close_stdinScott Moser
2011-12-19make stdin read from /dev/null for all cloud-init programs (LP: #903993)Scott Moser
2011-02-18handle no datasource better cloud-init-cfgScott Moser
2011-01-26remove debug statementScott 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-24move cloud-run-user-script.conf to cloud-final, use cloud-cfg for invokingScott Moser
2011-01-24make the module list that cloud-config selects specified via cmdlineScott Moser
2011-01-21add function to cloud-init to run cloud-config style modulesScott Moser
2011-01-19convert 'cachedir' to 'seeddir', move cloud_config, scripts to instanceScott Moser
2010-08-09cloud-init-cfg: log warning with traceback on failure of a config moduleScott Moser
2010-06-18change syntax of cloud-init-cfg to allow for specifying freq for moduleScott Moser
2010-06-18add debug log message for 'running' config moduleScott Moser
2010-06-17make cloud-config modules configurable by cloud-configScott Moser
2010-06-17add initial logging supportScott Moser
2010-06-15add vi modelines to python filesScott Moser
2010-02-04add copyright informationScott Moser
2010-02-03globally remove ec2init and rename to cloudinitScott Moser
2010-01-11refactor the config class and jobs to run through cloud-init-cfgScott Moser