index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
handlers
/
boot_hook.py
Age
Commit message (
Expand
)
Author
2021-12-15
Adopt Black and isort (SC-700) (#1157)
James Falcon
2020-06-08
Move subp into its own module. (#416)
Scott Moser
2018-09-11
user-data: jinja template to render instance-data.json in cloud-config
Chad Smith
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2015-01-21
Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed
Barry Warsaw
2014-08-26
further remove evidence of pylint.
Scott Moser
2013-07-21
Use a util helper to do prefix/suffix removal.
Joshua Harlow
2013-07-21
Use constants for repeated type strings.
Joshua Harlow
2013-06-19
fix and cleanup usage of util.logexc
Juerg Haefliger
2013-03-07
more pep8/pylint. all clean now
Scott Moser
2012-11-20
Start allowing different merging types to be applied
Joshua Harlow
2012-06-16
Check instance id against none, and not just empty/false/0/none since 0 or em...
Joshua Harlow
2012-06-16
Pass in the datasource as a option, instead of the lower level instance id.
Joshua Harlow
2012-06-16
Make the top level __init__ similar to the other top level __inits__ where ju...
Joshua Harlow
2012-06-15
Fixups to ensure that pylint does not find anything major wrong.
Joshua Harlow
2012-06-15
Moved the handlers from a user_data directory to a handler directory.
Joshua Harlow