summaryrefslogtreecommitdiff
path: root/cloudinit/util.py
AgeCommit message (Expand)Author
2013-10-04try to support ephemeral0.1 in cc_mountsScott Moser
2013-10-04simplifications and some function renamesScott Moser
2013-10-03Make {pep8,pylint,test} pass commit.Ben Howard
2013-10-03Moved ephemeralX.Y handling from Datasource into the cc_disk_setup, which mak...Ben Howard
2013-10-02Added ability to define disks via 'ephemeralX.Y'.Ben Howard
2013-09-27pep8 fixScott Moser
2013-09-25multi_log: only write to /dev/console if it exists.Scott Moser
2013-09-25instead of just writing to stdout, write to stdout if no /dev/consoleScott Moser
2013-09-20When selinux is completely disabled functions like restorecon raiseGarrett Holmstrom
2013-09-20Some containers lack /dev/console, so when multi_log attempts to openGarrett Holmstrom
2013-09-11merge from trunkScott Moser
2013-09-07Ensure udelta is validJoshua Harlow
2013-09-05Merged trunk lp:cloud-initVlastimil Holer
2013-07-30set reading /proc/uptime to false by default.Scott Moser
2013-07-30add util.log_time helperScott Moser
2013-07-24add SmartOS datasource supporting Joyent cloudBen Howard
2013-07-23Changed get_serial to be fully parameterized and return the serialBen Howard
2013-07-21Use a util helper to do prefix/suffix removal.Joshua Harlow
2013-07-18Added SmartOS datasource and unit tests.Ben Howard
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-02-19Merged trunk lp:cloud-initVlastimil Holer
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-12-19Merged trunk lp:cloud-initVlastimil Holer
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