Age | Commit message (Expand) | Author |
2012-08-03 | do not search for mirror named '<distro>-mirror' in dns by default | Scott Moser |
2012-07-16 | improve debug via _CLOUD_INIT_SAVE_STDIN and _CLOUD_INIT_SAVE_STDOUT | Scott Moser |
2012-07-16 | DataSourceEc2: fix bad usage of log that caused trace | Scott Moser |
2012-07-12 | walker_callback: fix traceback on empty payload. | Scott Moser |
2012-07-12 | load_yaml: if conversion fails, but string is empty, return default | Scott Moser |
2012-07-12 | DataSourceOVF: again fix broken commit | Scott Moser |
2012-07-12 | fix bad variable. should be 'LOG', not 'log' | Scott Moser |
2012-07-12 | DataSourceOVF: do not log exception on failed mount | Scott Moser |
2012-07-11 | do not capture runparts output | Scott Moser |
2012-07-11 | add write-files module for "injecting" files (LP: #1012854) | Scott Moser |
2012-07-11 | Update the write files with the new content/compression handling. | Joshua Harlow |
2012-07-11 | Fix log message after 'write_files' key change. | Joshua Harlow |
2012-07-11 | Adjust the decoding of the files that are given so that a canonicalize | Joshua Harlow |
2012-07-10 | Fixes 1012854 by implementing file writing, adjusts | Joshua Harlow |
2012-07-10 | Remove the usage of set,list,dict and use the collections | Joshua Harlow |
2012-07-10 | send welcome message after logging has been applied | Scott Moser |
2012-07-10 | fix regression in logging code | Scott Moser |
2012-07-10 | cc_resizefs: show more specific time. | Scott Moser |
2012-07-09 | Use the common 'is_false' routine for testing false here instead | harlowja |
2012-07-09 | Return a more useful name for the file lock (which shows what file is being l... | Joshua Harlow |
2012-07-09 | Add more information about why we are returning early and | Joshua Harlow |
2012-07-09 | do not warn to stderr if one of the logging configs works. | Scott Moser |
2012-07-09 | cc_final_message: fix pylint issue | Scott Moser |
2012-07-09 | url_helper.py, cc_rightscale_userdata.py: reduce WARN to DEBUG | Scott Moser |
2012-07-09 | Revert back to using cheetah + adjust resultant code + templates | Joshua Harlow |
2012-07-09 | Update chownbyname to catch the key error when users/groups that are not known | Joshua Harlow |
2012-07-09 | fix 'make pylint' warnings | Scott Moser |
2012-07-09 | DataSourceEc2: only do dns check in mirror selection | Scott Moser |
2012-07-06 | Updated so that if no mirror is found, the module stops running. | Joshua Harlow |
2012-07-03 | Add a check on 'chownbyname' that catches the keyerror and logs it (instead o... | Joshua Harlow |
2012-07-02 | 1. Move the welcome message template string to a constant at the top of the m... | Joshua Harlow |
2012-07-01 | Merge in pending changes. | harlowja |
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-07-01 | Add a multi log function that can write to stderr, console and a log debug, u... | Joshua Harlow |
2012-06-29 | Include the helpers import. | harlowja |
2012-06-29 | Refactor the selinux guard to aid in mocking | harlowja |
2012-06-29 | add update_package_sources to distro class | Scott Moser |
2012-06-29 | Remove logging of module/init configs | Joshua Harlow |
2012-06-29 | Just log the number of commands 'shellified' | Joshua Harlow |
2012-06-29 | Don't remove the key if its not there (or was already removed) | Joshua Harlow |
2012-06-29 | Don't show the args but show the name and lock that is being used. | Joshua Harlow |
2012-06-29 | Don't always log stdout and stderr (exceptions will capture them if it fails) | Joshua Harlow |
2012-06-29 | Readd the original prefix to the netinfo (if provided). | Joshua Harlow |
2012-06-29 | Cleanup the pickling. | Joshua Harlow |
2012-06-29 | Reduce the log levels by removing a few statements that happen to often (and ... | Joshua Harlow |
2012-06-29 | Add the rc code for blkid '2' being valid with a note to as why. | Joshua Harlow |
2012-06-29 | Fix the variable name, should have been 'additional_fns' | Joshua Harlow |
2012-06-29 | Ensure that only when incoming frequency is per-instance that this runs. | Joshua Harlow |
2012-06-29 | [merge-from-trunk] remove warning message to console on empty user-data | Scott Moser |