summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* setup.py: move version to 0.5.15 prior to near release0.5.15Scott Moser2010-09-111-1/+1
* grub-dpkg cloud-config, move convert inline shell to pythonScott Moser2010-09-111-48/+29
* set grub-pc values based on user input or automaticallyScott Moser2010-09-103-0/+79
* improve warning message in DataSourceEc2Scott Moser2010-09-101-1/+1
* cc_mounts.py: convert user input from int to stringScott Moser2010-09-101-0/+4
* fix bad format of log message.Scott Moser2010-09-101-1/+1
* device_name_to_device: return the md's device string even if no deviceScott Moser2010-09-091-1/+1
* change default for ephemeral0 device to use 'nobootwait'Scott Moser2010-09-091-1/+1
* remove broken (syntax) try/catch in UserDataHandler.pyScott Moser2010-09-081-3/+1
* fix cc_puppet.py missing importsScott Moser2010-09-072-1/+3
|\
| * Update documentation.Mathias Gug2010-09-071-1/+1
| * Fix missing import.Mathias Gug2010-09-071-0/+2
|/
* append to apt_sources filenames rather than truncating.Scott Moser2010-08-312-4/+5
* get '##' comment lines through to /etc/apt/sources.list (LP: #627439)Scott Moser2010-08-312-29/+31
* add commented out entries for partner, backports, and multiverseScott Moser2010-08-191-6/+59
* fix syntax error in util.pyScott Moser2010-08-171-1/+1
* add support for '%s' in base of seed.Scott Moser2010-08-131-2/+6
* uncloud-init: move marker file into /var/lib/cloud/semScott Moser2010-08-131-2/+5
* fix 'seedfrom' in DataSourceNoCloud (LP: #617400)Scott Moser2010-08-131-3/+3
* fix setup.py to handle directories in doc0.5.14Scott Moser2010-08-121-2/+6
* doc/examples/cloud-config.txt: fix names in cloud_config_modulesScott Moser2010-08-121-5/+8
* update documentation for seed dataScott Moser2010-08-123-0/+25
* cc_disable_ec2_metadata.py: fix broken disable_ec2_metadataScott Moser2010-08-121-0/+1
* DataSourceNoCloud: record where seeds were read fromScott Moser2010-08-121-5/+6
* DataSourceNoCloud: fix issue with seeded filesScott Moser2010-08-121-1/+0
* setup.py: move to version 0.5.14Scott Moser2010-08-121-1/+1
* use read_optional_seed, change 'parse_cmdline_data' to return booleanScott Moser2010-08-122-26/+22
* util: add read_optional_seed functionScott Moser2010-08-121-1/+17
* mention important metadata fields in docScott Moser2010-08-121-0/+6
* mention disable_root setting in examplesScott Moser2010-08-121-0/+5
* initial dump of "sans-cloud" code (DataSourceNoCloud)Scott Moser2010-08-1211-53/+459
* DataSourceEc2.py: remap dev names when metadata service disagress with kernelScott Moser2010-08-091-2/+31
* cc_mounts: improve comment stringsScott Moser2010-08-091-2/+2
* cloud-init-cfg: log warning with traceback on failure of a config moduleScott Moser2010-08-092-1/+2
* mergedDustin Kirkland2010-08-021-0/+18
|\
| * Adding gluster exampleClint Byrum2010-07-081-0/+18
* | fix bad format error in cloud-init-run-module.pyScott Moser2010-07-271-1/+1
* | 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