summaryrefslogtreecommitdiff
path: root/cloudinit/stages.py
AgeCommit message (Expand)Author
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
2012-11-12pylint and pep8 fixesScott Moser
2012-11-12change the "null datasource" for stages.py to NoneScott Moser
2012-11-12stages.py: fix issue that resulted in broken data source searchingScott Moser
2012-11-08Ensure that at needed stages the local variablesJoshua Harlow
2012-09-24do not create 'sems' directory. 'sem' is proper instance/ pathScott Moser
2012-08-26Add the capability to understand and filter onJoshua Harlow
2012-08-22fix pep8 complaints.Scott Moser
2012-07-10Fixes 1012854 by implementing file writing, adjustsJoshua Harlow
2012-07-09Update chownbyname to catch the key error when users/groups that are not knownJoshua Harlow
2012-07-01Always read fro the cloud config location + conf.d locationsharlowja
2012-07-011. Rename util functions to is_true and is_falseharlowja
2012-06-29Remove logging of module/init configsJoshua Harlow
2012-06-29Cleanup the pickling.Joshua Harlow
2012-06-29Fix the variable name, should have been 'additional_fns'Joshua Harlow
2012-06-281. Update with smosers code review and comments (and put some of those commen...Joshua Harlow
2012-06-23Fix a bunch of == None casesharlowja
2012-06-231. Use a common config merging class now in helpersharlowja
2012-06-22Don't complete the update if there is no datasource or if writing to cache failsJoshua Harlow
2012-06-22Remove support for older ec2 configobj merging.Joshua Harlow
2012-06-22ConfigObj is a requirement now, so no need to see if harlowja
2012-06-221. Return which modules ran from the run module functionharlowja
2012-06-21Fixup python selinux guards, only try to restore after we check if its useful...harlowja
2012-06-211. Go through a single protected get ipath method that will throw if thereJoshua Harlow
2012-06-211. Renames for debug message from 'transform' to 'module'harlowja