summaryrefslogtreecommitdiff
path: root/cloudinit/util.py
AgeCommit message (Expand)Author
2013-03-10util.parse_mount_info(): handle short lines.Blair Zajac
2013-03-10Refactor util.get_mount_info() to facilitate unit testing.Blair Zajac
2013-03-07merge from trunkScott Moser
2013-03-07pep8 and pylint fixesScott Moser
2013-03-06Make conf.d and the default merging use the new merging algos.Joshua Harlow
2013-03-06Continue working on merging code.Joshua Harlow
2013-03-03add default log value to get_mount_infoScott Moser
2013-03-01initial stab at growpart moduleScott Moser
2013-01-30Support package versions for the generic package config modulectracey
2013-01-27Adding package versioning logic to package_commandCraig Tracey
2013-01-16DataSourceConfigDrive: consider CD rom as valid config-drive source.Scott Moser
2012-11-12Rebased with HEAD and resolved conflicts.Joshua Harlow
2012-11-10whitespace / indentation cleanupsScott Moser
2012-10-23use only util methods for reading/loading/appending/peekingScott Moser
2012-10-10System config niceness!Joshua Harlow
2012-10-10Merge the resolv.conf branch inJoshua Harlow
2012-09-28Sync with head and fix conflicts.Joshua Harlow
2012-09-28Rework the rest of the locations that usedJoshua Harlow
2012-09-28add 'safeyaml' to cloudinitScott Moser
2012-09-211. Cleanup the user creation so that the distro class isJoshua Harlow
2012-09-20Use only util methods for reading/loading/appending/peekingJoshua Harlow
2012-09-20Add a resolv.conf parser that can be easilyJoshua Harlow
2012-08-27For the userdata 'post-filtering' add in a new folder thatJoshua Harlow
2012-08-22fix issues from 'make pylint'Scott Moser
2012-08-22fix errors from 'make pep8'Scott Moser
2012-08-22Merge with lp:cloud-initBen Howard
2012-08-22fix pep8 complaints.Scott Moser
2012-08-20Dropped hidden command; replaced with logstring. Also changed useradd command...Ben Howard
2012-08-20Added "userless" mode to cloud-init for handling the creation of theBen Howard
2012-08-06add protection against dns-redirection to is_resolvableScott Moser
2012-07-16improve debug via _CLOUD_INIT_SAVE_STDIN and _CLOUD_INIT_SAVE_STDOUTScott Moser
2012-07-12load_yaml: if conversion fails, but string is empty, return defaultScott Moser
2012-07-11do not capture runparts outputScott Moser
2012-07-10Fixes 1012854 by implementing file writing, adjustsJoshua Harlow
2012-07-10send welcome message after logging has been appliedScott Moser
2012-07-09Use the common 'is_false' routine for testing false here insteadharlowja
2012-07-09Update chownbyname to catch the key error when users/groups that are not knownJoshua Harlow
2012-07-09fix 'make pylint' warningsScott Moser
2012-07-09DataSourceEc2: only do dns check in mirror selectionScott Moser
2012-07-03Add a check on 'chownbyname' that catches the keyerror and logs it (instead o...Joshua Harlow
2012-07-021. Move the welcome message template string to a constant at the top of the m...Joshua Harlow
2012-07-01Merge in pending changes.harlowja
2012-07-011. Rename util functions to is_true and is_falseharlowja
2012-07-01Add a multi log function that can write to stderr, console and a log debug, u...Joshua Harlow
2012-06-29Refactor the selinux guard to aid in mockingharlowja
2012-06-29Just log the number of commands 'shellified'Joshua Harlow
2012-06-29Don't always log stdout and stderr (exceptions will capture them if it fails)Joshua Harlow
2012-06-29Reduce the log levels by removing a few statements that happen to often (and ...Joshua Harlow
2012-06-29Add the rc code for blkid '2' being valid with a note to as why.Joshua Harlow
2012-06-261. Add a chdir context managerJoshua Harlow