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
/
config
/
cc_seed_random.py
Age
Commit message (
Expand
)
Author
2021-12-15
Adopt Black and isort (SC-700) (#1157)
James Falcon
2021-01-13
cc_seed_random: update documentation and fix integration test (#771)
Daniel Watkins
2020-06-08
Move subp into its own module. (#416)
Scott Moser
2020-01-31
cloudinit: replace "from six import X" imports (except in util.py) (#183)
Daniel Watkins
2019-10-17
replace any deprecated log.warn with log.warning
Dominic Schlegel
2017-12-15
lint: Fix lints seen by pylint version 1.8.1.
Chad Smith
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-09-30
Improve module documentation and doc cleanup.
Wesley Wiedenmeier
2016-05-12
Fix up a ton of flake8 issues
Joshua Harlow
2016-03-07
No longer run pollinate by default in seed_random
Scott Moser
2015-02-11
fix random_seed module
Scott Moser
2015-01-27
Respond to review:
Barry Warsaw
2015-01-26
Another handling of b64decode.
Barry Warsaw
2015-01-21
Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed
Barry Warsaw
2014-03-03
allow random command's output to go through
Scott Moser
2014-03-03
cc_seed_random: fix bug and support pollinate command
Scott Moser
2013-09-08
Add test + remove jsonschema (for now)
Joshua Harlow
2013-09-06
Ensure validate checks key existence.
Joshua Harlow
2013-09-06
Add jsonschema for namespaced and verifiable module
Joshua Harlow
2013-09-03
Review adjustments.
Joshua Harlow