summaryrefslogtreecommitdiff
path: root/cloudinit/user_data.py
Commit message (Expand)AuthorAgeFilesLines
...
* Constant adding for content type, allow the part filename to be over-ridden e...Joshua Harlow2012-06-221-10/+17
* Massive pylint + pep8 fixups!Joshua Harlow2012-06-201-16/+12
* Fix include once always staying on, only turn it on until a include says to t...Joshua Harlow2012-06-181-3/+6
* 1. Add a url response class that urlreading now returns (instead of a tuple). harlowja2012-06-171-8/+14
* Add todo to see if we should turn back off include onceJoshua Harlow2012-06-161-0/+1
* Fix include on enabling, simplify statements around include skipping, allow f...Joshua Harlow2012-06-161-12/+16
* Move the helper functions for handlers to the handler __init__ instead of bei...Joshua Harlow2012-06-161-186/+10
* For the different base classes, ensure we are using the 'abc' module + approp...Joshua Harlow2012-06-161-1/+6
* 1. Change to fixup handler instead of fixup moduleJoshua Harlow2012-06-161-12/+24
* Some simple fixes that will make the python 3 translation easierJoshua Harlow2012-06-161-3/+4
* Fixups to ensure that pylint does not find anything major wrong.Joshua Harlow2012-06-151-6/+7
* Moved the common user data classes and functionality back to this file since ...Joshua Harlow2012-06-151-0/+383
* Rename these to user_data module + submodules.Joshua Harlow2012-06-091-271/+0
* Large amounts of refactoring.Joshua Harlow2012-06-081-189/+198
* 1. Adding some new helper files that split off file inclusion, templating, im...Joshua Harlow2012-06-071-0/+262