Age | Commit message (Expand) | Author |
2012-06-07 | 1. Adding some new helper files that split off file inclusion, templating, im... | Joshua Harlow |
2012-03-07 | fix pylint and pep8 warnings | Scott Moser |
2012-03-06 | move wait_for_metadata_service for util, rename to wait_for_url | Scott Moser |
2012-01-18 | Add HP to Copyright, and Juerg Haefliger Authors. | Scott Moser |
2012-01-17 | [PATCH] PEP8 coding style fixes. | Scott Moser |
2012-01-17 | [PATCH 4/4] Fix pylint conventions C0301 (line too long) | Scott Moser |
2012-01-17 | [PATCH 3/4] Fix pylint conventions C0324 (comma not followed by a space) | Scott Moser |
2012-01-17 | [PATCH 2/4] Fix pylint conventions C0322 (operator not preceded by a space) | Scott Moser |
2012-01-17 | [PATCH 1/4] Fix pylint conventions C0321 (more than one statement on a single... | Scott Moser |
2012-01-12 | [PATCH 06/13] Fix pylint warnings W0612 (unused variable) | Scott Moser |
2012-01-12 | [PATCH 04/13] Fix pylint warnings W0611 (unused import) | Scott Moser |
2011-12-19 | make DataSourceEc2 more resilliant to slow metadata service (LP: #894279) | Scott Moser |
2011-12-18 | cloudinit/DataSourceEc2: use util.is_resolvable_url | Scott Moser |
2011-12-16 | initial mirror configuration/discovery | Scott Moser |
2011-10-06 | DataSourceEc2: catch a socket timeout in wait-for-md-service code | Scott Moser |
2011-09-22 | remove local copy of boto.utils | Scott Moser |
2011-07-19 | special case handling of mapping for ephemeral0 | Scott Moser |
2011-06-17 | fix broken ec2 metadata service (incorrect variable name) | Scott Moser |
2011-06-01 | support configurable urls for metadata service | Scott Moser |
2011-06-01 | revert some white space changes versus trunk | Scott Moser |
2011-05-28 | changed config key name | keyz182 |
2011-05-28 | log.warn to log.warning | keyz182 |
2011-05-28 | Removed unnecessary newline | keyz182 |
2011-05-28 | Added support for loading metadata urls from config files. | keyz182 |
2011-05-26 | Another silly typo. | keyz182 |
2011-05-26 | Remove any unresolveable addresses before attempting to access metadata. | keyz182 |
2011-05-25 | Fixed silly mistake self.metadata_address instead of metadata_address. D'oh. | keyz182 |
2011-05-25 | Fix for default metadata_address value | keyz182 |
2011-05-25 | Modified to reflect changes suggested by Scott Moser | keyz182 |
2011-05-24 | Modified cloudinit/DataSourceEc2.py and cloudinit/boto_utils.py to check both... | keyz182 |
2011-05-24 | Modified cloudinit/DataSourceEc2.py and cloudinit/boto_utils.py to check both... | keyz182 |
2011-02-07 | make DataSourceEc2 configurable (timeout, retries), lower default retries | Scott Moser |
2011-02-04 | fix logging in DataSource modules | Scott Moser |
2011-01-31 | replace DataSource's self.log | Scott Moser |
2011-01-26 | rework of DataSource loading. | Scott Moser |
2011-01-26 | change 'except' syntax to python 3 style. | Scott Moser |
2011-01-25 | use timestamp.gmtime() for timestamps rather than time() or datetime | Scott Moser |
2011-01-19 | convert 'cachedir' to 'seeddir', move cloud_config, scripts to instance | Scott Moser |
2011-01-18 | remove 'get_locale' from DataSourceEc2. | Scott Moser |
2010-09-16 | If instance is in EC2 VPC, then do not use ec2 ubuntu archive (LP: #615545) | Scott Moser |
2010-09-10 | improve warning message in DataSourceEc2 | Scott Moser |
2010-09-09 | device_name_to_device: return the md's device string even if no device | Scott Moser |
2010-08-12 | use read_optional_seed, change 'parse_cmdline_data' to return boolean | Scott Moser |
2010-08-12 | initial dump of "sans-cloud" code (DataSourceNoCloud) | Scott Moser |
2010-08-09 | DataSourceEc2.py: remap dev names when metadata service disagress with kernel | Scott Moser |
2010-07-01 | fix invalid log string when reading from preseeded ec2 cache | Scott Moser |
2010-06-18 | change debug messages in DataSourceEc2 | Scott Moser |
2010-06-18 | add 'cloud-boothook' type | Scott Moser |
2010-06-17 | add initial logging support | Scott Moser |
2010-06-15 | add vi modelines to python files | Scott Moser |