summaryrefslogtreecommitdiff
path: root/cloudinit/UserDataHandler.py
AgeCommit message (Expand)Author
2012-06-071. Adding some new helper files that split off file inclusion, templating, im...Joshua Harlow
2012-03-12Restrict warning to userdata without MIME wrapping only while still ignoring ...Martin Packman
2012-01-30support empty lines in '#include' files (LP: #923043)Scott Moser
2012-01-18Add HP to Copyright, and Juerg Haefliger Authors.Scott Moser
2012-01-17remove occurences of pylint W0621 (Redefining name xyz from outer scope)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
2012-01-12[PATCH 07/13] Fix pylint warnings W0622 (redefining built-in 'xyz')Scott Moser
2012-01-12[PATCH 06/13] Fix pylint warnings W0612 (unused variable)Scott Moser
2012-01-12[PATCH 04/13] Fix pylint warnings W0611 (unused import)Scott Moser
2011-12-22fix issue with multiple content-typesScott Moser
2011-12-22fix issue with part-handlers and base64 encoding (LP: #874342)Scott Moser
2011-10-31use hashlib rather than md5 module to avoid deprecation warning.Scott Moser
2011-08-02This fixes LP: #819507, to make consume_userdata run 'always'Scott Moser
2011-07-26use md5sum as the unique identifier rather than base64Scott Moser
2011-07-26include-once: fixups found in testingScott Moser
2011-07-26make 'include-once' really "download source once per-instance"Scott Moser
2011-07-25Added new feature include-onceMarc Cluet
2011-03-30remove debug printout in cloudinit/UserDataHandler.pyScott Moser
2011-01-19add cloud-config-archive input type.Scott Moser
2011-01-19do not use 'str' as a variable nameScott Moser
2010-09-08remove broken (syntax) try/catch in UserDataHandler.pyScott Moser
2010-08-31get '##' comment lines through to /etc/apt/sources.list (LP: #627439)Scott Moser
2010-07-01resort to "starts with" to find mime type only on plain/text (LP: #600799)Scott Moser
2010-06-18add 'cloud-boothook' typeScott 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