summaryrefslogtreecommitdiff
path: root/cloudinit/util.py
AgeCommit message (Expand)Author
2013-06-19fix and cleanup usage of util.logexcJuerg Haefliger
2013-05-10Fixed merging capabilities.Scott Moser
2013-04-25re-work maas datasource and headers call backsScott Moser
2013-04-17Altering the order of merging.Joshua Harlow
2013-03-26compatibility fixes for Fedora and RHELGreg Padgett
2013-03-19appease pylint and pep8Scott Moser
2013-03-19merge from trunk rev 800Scott Moser
2013-03-19pylint fixesScott Moser
2013-03-19merge from trunk at revno 799Scott Moser
2013-03-13fix / workaround potential for socket.getaddrinfo to raise socket.errorScott Moser
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-02-23Get tests working and further adjustments.harlowja
2013-02-21Update to code on trunk.harlowja
2013-02-21More work on requests integration.harlowja
2013-02-19Continue working on integrating requests.harlowja
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