summaryrefslogtreecommitdiff
path: root/cloudinit/config
AgeCommit message (Expand)Author
2013-06-19fix and cleanup usage of util.logexcJuerg Haefliger
2013-05-20Fix Chef client 'omnibus' install; util.write_file() expects a string not Url...Chris Wing
2013-03-26handle errors in cc_reizefs betterScott 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-07fix pep8 and pylintScott Moser
2013-03-07merge from trunkScott Moser
2013-03-07pep8 and pylint fixesScott Moser
2013-03-06Continue working on merging code.Joshua Harlow
2013-03-05pep8, pylint, make resize_devices return more usefulScott Moser
2013-03-05change default mode to 'auto'Scott Moser
2013-03-05remove 'log' passing. call growpart with --dry-run first.Scott Moser
2013-03-05change default (no 'growpart' in config) to use 'auto' and '/'Scott Moser
2013-03-04test of resize, a couple small fixesScott Moser
2013-03-04add the unit test, fix a few issuesScott Moser
2013-03-04merge from trunkScott Moser
2013-03-03more workScott Moser
2013-03-01change parser.parse 'default_opts' to 'options'Scott Moser
2013-03-01initial stab at growpart moduleScott Moser
2013-03-01Support resizing btrfs filesystems.Blair Zajac
2013-02-21Update to code on trunk.harlowja
2013-02-21More work on requests integration.harlowja
2013-02-21Split Debian and Ubuntu APT sourcesVlastimil Holer
2013-02-19Continue working on integrating requests.harlowja
2013-01-30Adding package versioning logic to package installation.Joshua Harlow
2013-01-29Fix broken cc_update_etc_hostsharlowja
2013-01-28Support resizing btrfs filesystems.Blair Zajac
2013-01-28config/cc_resolv_conf: run PER_INSTANCE rather than PER_ONCEScott Moser
2013-01-27Adding package versioning logic to package_commandCraig Tracey
2013-01-25Adding a resolv.conf configuration module (LP: #1100434)Joshua Harlow
2013-01-17Fixing missing argument to get_cfg_option_boolCraig Tracey
2013-01-17Adding a resolv.conf configuration module (LP: #1100434)Craig Tracey
2013-01-15Fix broken cc_update_etc_hosts (LP: #1100036)ctracey
2013-01-15add support for operating system familiesctracey
2013-01-03Support for sr[0-9]+ short device names.Vlastimil Holer
2012-12-15Add 'omnibus' install mode for chefScott Moser
2012-12-13Provide a mechanism for puppet to be conditionally installed.Craig Tracey
2012-12-12add 'omnibus' as an install type for chef.Scott Moser
2012-12-01make sure no blank lines before cloud-init entry in ca-certificates.confScott Moser
2012-11-20fix "resize_root: noblock"Scott Moser
2012-11-13make migrator walk the "cloud" path alsoScott Moser
2012-11-13support 'power_state' cloud-config for specifying shutdownScott Moser
2012-11-13use os.devnull [trivial]Scott Moser
2012-11-13add sleep, allow errno '3' (ESRCH) on the open of /proc/pid/cmdlineScott Moser
2012-11-13clean up exit to single function callScott Moser
2012-11-13fix read of /proc/cmdlineScott Moser
2012-11-13implement power_state with tests.Scott Moser
2012-11-13pep8 and pylintScott Moser
2012-11-13rename module 'finalcmd' to power-state-changeScott Moser