summaryrefslogtreecommitdiff
path: root/cloudinit/stages.py
AgeCommit message (Expand)Author
2016-05-12Fix up a ton of flake8 issuesJoshua Harlow
2016-04-15only apply networking once per instanceScott Moser
2016-03-29apply_network_config improvementsScott Moser
2016-03-24some final changesScott Moser
2016-03-24provide datasource.check_instance_id with access to system configScott Moser
2016-03-22better log message about applying networking.Scott Moser
2016-03-22make NoCloud work for seeding network.Scott Moser
2016-03-22add code to invoke networking configScott Moser
2016-03-22move some of the pickle loading out of Init, into private methodsScott Moser
2016-03-21quickly check to see if the previous instance id is still validScott Moser
2016-03-03Update pep8 runner and fix pep8 issuesRyan Harper
2015-08-31split 'events' portion of reporting into separate fileScott Moser
2015-08-04fix pep8Scott Moser
2015-08-04fix all tests (were broken due to copied code call to userdata twiceScott Moser
2015-08-02fix tests from syncScott Moser
2015-07-31plumb the rest the reporting throughScott Moser
2015-07-31adjust searching so cache hits are loggedScott Moser
2015-07-31address Daniel's comments in reviewScott Moser
2015-07-30fix arg orderingScott Moser
2015-07-30tests passScott Moser
2015-03-04fix logging perms with list rather than singleScott Moser
2015-03-02pep8Scott Moser
2015-02-24further fixing of non-text user-data.Scott Moser
2015-02-11pickle contents: be careful loading and storing pickle to be binaryScott Moser
2015-01-21Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw
2014-09-02Remove/adjust the verbose 'failed at attempted import of' logJoshua Harlow
2014-08-26fix(pep8): Fix various pep8 violations and version-lock pep8Jay Faulkner
2014-07-15Remove some of the more useless debug logsJoshua Harlow
2014-02-13make 'Loaded datasource' a info messageScott Moser
2014-02-12Add 'unverified_modules' config option and skip unverified modulesScott Moser
2014-01-17remove creation of some vestigial dirsScott Moser
2014-01-17pep8 and pylint fixes; typo fix for documentationBen Howard
2014-01-16Fixed typosBen Howard
2014-01-16simplify consume_vendordata, move exclusion, consume_vendordata per instanceScott Moser
2014-01-08Significant re-working of the userdata handling and introduction ofBen Howard
2013-07-24Only do the debug log if types registered.Joshua Harlow
2013-07-24Use the same method for registering custom vs default.Joshua Harlow
2013-07-21Ensure what we are searching over is a directory.Joshua Harlow
2013-07-21Also make the dir handler registration a simple function.Joshua Harlow
2013-07-21Just use an initialized array.Joshua Harlow
2013-07-20Remove return not used.Joshua Harlow
2013-07-20Also handle custom handlers correctly.Joshua Harlow
2013-07-20Update comments + link to bug.Joshua Harlow
2013-07-20Init and finalize refactor.Joshua Harlow
2013-06-19fix and cleanup usage of util.logexcJuerg Haefliger
2013-03-07merge from trunkScott Moser
2013-03-06Continue working on merging code.Joshua Harlow
2013-01-15add support for operating system familiesctracey
2012-12-17ensure a datasource's 'distro' and sys_cfg are updatedJoshua Harlow
2012-12-06cloudinit/stages.py: separate _read_base_cfg() into static functionScott Moser