index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
sagitta
(mirror of https://github.com/marekm72/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
UserDataHandler.py
Age
Commit message (
Expand
)
Author
2012-06-07
1. Adding some new helper files that split off file inclusion, templating, im...
Joshua Harlow
2012-03-12
Restrict warning to userdata without MIME wrapping only while still ignoring ...
Martin Packman
2012-01-30
support empty lines in '#include' files (LP: #923043)
Scott Moser
2012-01-18
Add HP to Copyright, and Juerg Haefliger Authors.
Scott Moser
2012-01-17
remove 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 as
Scott 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-22
fix issue with multiple content-types
Scott Moser
2011-12-22
fix issue with part-handlers and base64 encoding (LP: #874342)
Scott Moser
2011-10-31
use hashlib rather than md5 module to avoid deprecation warning.
Scott Moser
2011-08-02
This fixes LP: #819507, to make consume_userdata run 'always'
Scott Moser
2011-07-26
use md5sum as the unique identifier rather than base64
Scott Moser
2011-07-26
include-once: fixups found in testing
Scott Moser
2011-07-26
make 'include-once' really "download source once per-instance"
Scott Moser
2011-07-25
Added new feature include-once
Marc Cluet
2011-03-30
remove debug printout in cloudinit/UserDataHandler.py
Scott Moser
2011-01-19
add cloud-config-archive input type.
Scott Moser
2011-01-19
do not use 'str' as a variable name
Scott Moser
2010-09-08
remove broken (syntax) try/catch in UserDataHandler.py
Scott Moser
2010-08-31
get '##' comment lines through to /etc/apt/sources.list (LP: #627439)
Scott Moser
2010-07-01
resort to "starts with" to find mime type only on plain/text (LP: #600799)
Scott Moser
2010-06-18
add 'cloud-boothook' type
Scott Moser
2010-06-15
add vi modelines to python files
Scott Moser
2010-02-04
add copyright information
Scott Moser
2010-02-03
globally remove ec2init and rename to cloudinit
Scott Moser