Age | Commit message (Expand) | Author |
2014-09-02 | Remove/adjust the verbose 'failed at attempted import of' log | Joshua Harlow |
2014-08-26 | fix(pep8): Fix various pep8 violations and version-lock pep8 | Jay Faulkner |
2014-07-15 | Remove some of the more useless debug logs | Joshua Harlow |
2014-02-13 | make 'Loaded datasource' a info message | Scott Moser |
2014-02-12 | Add 'unverified_modules' config option and skip unverified modules | Scott Moser |
2014-01-17 | remove creation of some vestigial dirs | Scott Moser |
2014-01-17 | pep8 and pylint fixes; typo fix for documentation | Ben Howard |
2014-01-16 | Fixed typos | Ben Howard |
2014-01-16 | simplify consume_vendordata, move exclusion, consume_vendordata per instance | Scott Moser |
2014-01-08 | Significant re-working of the userdata handling and introduction of | Ben Howard |
2013-07-24 | Only do the debug log if types registered. | Joshua Harlow |
2013-07-24 | Use the same method for registering custom vs default. | Joshua Harlow |
2013-07-21 | Ensure what we are searching over is a directory. | Joshua Harlow |
2013-07-21 | Also make the dir handler registration a simple function. | Joshua Harlow |
2013-07-21 | Just use an initialized array. | Joshua Harlow |
2013-07-20 | Remove return not used. | Joshua Harlow |
2013-07-20 | Also handle custom handlers correctly. | Joshua Harlow |
2013-07-20 | Update comments + link to bug. | Joshua Harlow |
2013-07-20 | Init and finalize refactor. | Joshua Harlow |
2013-06-19 | fix and cleanup usage of util.logexc | Juerg Haefliger |
2013-03-07 | merge from trunk | Scott Moser |
2013-03-06 | Continue working on merging code. | Joshua Harlow |
2013-01-15 | add support for operating system families | ctracey |
2012-12-17 | ensure a datasource's 'distro' and sys_cfg are updated | Joshua Harlow |
2012-12-06 | cloudinit/stages.py: separate _read_base_cfg() into static function | Scott Moser |
2012-11-12 | pylint and pep8 fixes | Scott Moser |
2012-11-12 | change the "null datasource" for stages.py to None | Scott Moser |
2012-11-12 | stages.py: fix issue that resulted in broken data source searching | Scott Moser |
2012-11-08 | Ensure that at needed stages the local variables | Joshua Harlow |
2012-09-24 | do not create 'sems' directory. 'sem' is proper instance/ path | Scott Moser |
2012-08-26 | Add the capability to understand and filter on | Joshua Harlow |
2012-08-22 | fix pep8 complaints. | Scott Moser |
2012-07-10 | Fixes 1012854 by implementing file writing, adjusts | Joshua Harlow |
2012-07-09 | Update chownbyname to catch the key error when users/groups that are not known | Joshua Harlow |
2012-07-01 | Always read fro the cloud config location + conf.d locations | harlowja |
2012-07-01 | 1. Rename util functions to is_true and is_false | harlowja |
2012-06-29 | Remove logging of module/init configs | Joshua Harlow |
2012-06-29 | Cleanup the pickling. | Joshua Harlow |
2012-06-29 | Fix the variable name, should have been 'additional_fns' | Joshua Harlow |
2012-06-28 | 1. Update with smosers code review and comments (and put some of those commen... | Joshua Harlow |
2012-06-23 | Fix a bunch of == None cases | harlowja |
2012-06-23 | 1. Use a common config merging class now in helpers | harlowja |
2012-06-22 | Don't complete the update if there is no datasource or if writing to cache fails | Joshua Harlow |
2012-06-22 | Remove support for older ec2 configobj merging. | Joshua Harlow |
2012-06-22 | ConfigObj is a requirement now, so no need to see if | harlowja |
2012-06-22 | 1. Return which modules ran from the run module function | harlowja |
2012-06-21 | Fixup python selinux guards, only try to restore after we check if its useful... | harlowja |
2012-06-21 | 1. Go through a single protected get ipath method that will throw if there | Joshua Harlow |
2012-06-21 | 1. Renames for debug message from 'transform' to 'module' | harlowja |
2012-06-20 | 1. Add an importer function that will search for a given module in a set of s... | Joshua Harlow |