summaryrefslogtreecommitdiff
path: root/cloudinit/config/cc_seed_random.py
AgeCommit message (Expand)Author
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-01-31cloudinit: replace "from six import X" imports (except in util.py) (#183)Daniel Watkins
2019-10-17replace any deprecated log.warn with log.warningDominic Schlegel
2017-12-15lint: Fix lints seen by pylint version 1.8.1.Chad Smith
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-09-30Improve module documentation and doc cleanup.Wesley Wiedenmeier
2016-05-12Fix up a ton of flake8 issuesJoshua Harlow
2016-03-07No longer run pollinate by default in seed_randomScott Moser
2015-02-11fix random_seed moduleScott Moser
2015-01-27Respond to review:Barry Warsaw
2015-01-26Another handling of b64decode.Barry Warsaw
2015-01-21Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw
2014-03-03allow random command's output to go throughScott Moser
2014-03-03cc_seed_random: fix bug and support pollinate commandScott Moser
2013-09-08Add test + remove jsonschema (for now)Joshua Harlow
2013-09-06Ensure validate checks key existence.Joshua Harlow
2013-09-06Add jsonschema for namespaced and verifiable moduleJoshua Harlow
2013-09-03Review adjustments.Joshua Harlow