summaryrefslogtreecommitdiff
path: root/cloudinit/handlers/boot_hook.py
AgeCommit message (Expand)Author
2021-12-15Adopt Black and isort (SC-700) (#1157)James Falcon
2020-06-08Move subp into its own module. (#416)Scott Moser
2018-09-11user-data: jinja template to render instance-data.json in cloud-configChad Smith
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2015-01-21Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw
2014-08-26further remove evidence of pylint.Scott Moser
2013-07-21Use a util helper to do prefix/suffix removal.Joshua Harlow
2013-07-21Use constants for repeated type strings.Joshua Harlow
2013-06-19fix and cleanup usage of util.logexcJuerg Haefliger
2013-03-07more pep8/pylint. all clean nowScott Moser
2012-11-20Start allowing different merging types to be appliedJoshua Harlow
2012-06-16Check instance id against none, and not just empty/false/0/none since 0 or em...Joshua Harlow
2012-06-16Pass in the datasource as a option, instead of the lower level instance id.Joshua Harlow
2012-06-16Make the top level __init__ similar to the other top level __inits__ where ju...Joshua Harlow
2012-06-15Fixups to ensure that pylint does not find anything major wrong.Joshua Harlow
2012-06-15Moved the handlers from a user_data directory to a handler directory.Joshua Harlow