summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* setup.py: move to 0.5.130.5.13Scott Moser2010-07-211-1/+1
* invoke apt so dpkg non-interactively takes old conf files (LP: #607642)Scott Moser2010-07-211-1/+4
* add better comments to the part-handler exampleScott Moser2010-07-211-1/+12
* make cloud-config an upstart taskScott Moser2010-07-161-0/+1
* use debug rather than error on cloud-init-run-module "already ran"Scott Moser2010-07-151-1/+3
* fix bad/un-removed code in cd_mounts.pyScott Moser2010-07-131-1/+0
* extend list of possible metadata names with 'ebs[0-9]'Scott Moser2010-07-091-1/+5
* change default 'pass' entry to '2' rather than 0Scott Moser2010-07-082-3/+3
* add 'nobootwait' to the default options for fstab entriesScott Moser2010-07-082-2/+2
* fix bug where nfs/network mounts could not be specified (LP: #603329)Scott Moser2010-07-081-19/+23
* warn on failed 'mount -a'Scott Moser2010-07-071-1/+1
* manage hostname setting better (LP: #596993)Scott Moser2010-07-072-8/+76
* resort to "starts with" to find mime type only on plain/text (LP: #600799)Scott Moser2010-07-011-5/+7
* fix invalid log string when reading from preseeded ec2 cacheScott Moser2010-07-011-1/+1
* fix removal of '#cloud-boothook' inside a boothookScott Moser2010-07-011-2/+2
* remove incorrect docstring in write-mime-multipartScott Moser2010-07-011-2/+0
* on bad cloud-config syntax (failure to yaml.load) continue onScott Moser2010-06-291-3/+6
* mention nobootwait in mount configurationScott Moser2010-06-291-0/+4
* fix bug with apt_update_upgrade config, missing importScott Moser2010-06-211-0/+1
* add cloud-config hooks for enabling byobu by default.0.5.12Scott Moser2010-06-183-0/+59
* remove some debug codeScott Moser2010-06-181-1/+0
* add copyright header to all of cloudinit/CloudConfig/cc_*Scott Moser2010-06-189-0/+153
* move version to 0.5.12Scott Moser2010-06-181-1/+1
* add suport for setting debconf selections through debconf-set-selectionsScott Moser2010-06-183-15/+24
* add ssh_import_id cloud-config moduleScott Moser2010-06-183-0/+37
* change syntax of cloud-init-cfg to allow for specifying freq for moduleScott Moser2010-06-181-11/+17
* fix trace due to lack of 'import traceback'. change error messageScott Moser2010-06-181-1/+2
* add util.get_cfg_option_list_or_strScott Moser2010-06-181-0/+5
* improve the cloud-init-run-module code a bit, fix LP:#568139Scott Moser2010-06-183-21/+29
* remove trailing whitespace in previous commitScott Moser2010-06-181-1/+1
* prefix config 'sem' entries with semaphores with 'config-'Scott Moser2010-06-181-1/+1
* add debug log message for 'running' config moduleScott Moser2010-06-181-0/+2
* doc: add mention of cloud-boothook to documentation0.5.11Scott Moser2010-06-181-0/+12
* change debug messages in DataSourceEc2Scott Moser2010-06-181-1/+1
* add the instance-id to the environment as INSTANCE_ID for boothooksScott Moser2010-06-181-1/+3
* add 'cloud-boothook' typeScott Moser2010-06-184-4/+42
* move suggested rsyslogd config file to toolsScott Moser2010-06-171-0/+0
* fix cloud-config.conf upstart jobScott Moser2010-06-171-1/+1
* make cloud-config modules configurable by cloud-configScott Moser2010-06-1726-680/+605
* cloud.cfg: remove accidently commited 'cloud_config_modules' sectionScott Moser2010-06-172-8/+30
* cloud-init: remove additional new line in log messageScott Moser2010-06-171-2/+2
* remove use of cloudinit constants from util.py in get_base_cfg Scott Moser2010-06-172-15/+7
* remove debug printfs from __init__Scott Moser2010-06-171-2/+0
* add initial logging supportScott Moser2010-06-178-26/+184
* add vi modelines to python filesScott Moser2010-06-1511-0/+16
* remove ec2-get-info.py. Scott Moser2010-06-091-116/+0
* wait considerably longer (1050 seconds) for metadata service to come upScott Moser2010-05-052-12/+43
* util.py: allow for case-insensitive "true" values in get_cfg_option_bool. Scott Moser2010-03-291-1/+2
* move to 0.5.100.5.10Scott Moser2010-03-261-1/+1
* This runs could-config-mounts on 'filesystem' event rather than onScott Moser2010-03-251-1/+1