summaryrefslogtreecommitdiff
path: root/cloudinit/DataSourceEc2.py
AgeCommit message (Expand)Author
2011-12-19make DataSourceEc2 more resilliant to slow metadata service (LP: #894279)Scott Moser
2011-12-18cloudinit/DataSourceEc2: use util.is_resolvable_urlScott Moser
2011-12-16initial mirror configuration/discoveryScott Moser
2011-10-06DataSourceEc2: catch a socket timeout in wait-for-md-service codeScott Moser
2011-09-22remove local copy of boto.utilsScott Moser
2011-07-19special case handling of mapping for ephemeral0Scott Moser
2011-06-17fix broken ec2 metadata service (incorrect variable name)Scott Moser
2011-06-01support configurable urls for metadata serviceScott Moser
2011-06-01revert some white space changes versus trunkScott Moser
2011-05-28changed config key namekeyz182
2011-05-28log.warn to log.warningkeyz182
2011-05-28Removed unnecessary newlinekeyz182
2011-05-28Added support for loading metadata urls from config files.keyz182
2011-05-26Another silly typo.keyz182
2011-05-26Remove any unresolveable addresses before attempting to access metadata.keyz182
2011-05-25Fixed silly mistake self.metadata_address instead of metadata_address. D'oh.keyz182
2011-05-25Fix for default metadata_address valuekeyz182
2011-05-25Modified to reflect changes suggested by Scott Moserkeyz182
2011-05-24Modified cloudinit/DataSourceEc2.py and cloudinit/boto_utils.py to check both...keyz182
2011-05-24Modified cloudinit/DataSourceEc2.py and cloudinit/boto_utils.py to check both...keyz182
2011-02-07make DataSourceEc2 configurable (timeout, retries), lower default retriesScott Moser
2011-02-04fix logging in DataSource modulesScott Moser
2011-01-31replace DataSource's self.logScott Moser
2011-01-26rework of DataSource loading.Scott Moser
2011-01-26change 'except' syntax to python 3 style.Scott Moser
2011-01-25use timestamp.gmtime() for timestamps rather than time() or datetimeScott Moser
2011-01-19convert 'cachedir' to 'seeddir', move cloud_config, scripts to instanceScott Moser
2011-01-18remove 'get_locale' from DataSourceEc2.Scott Moser
2010-09-16If instance is in EC2 VPC, then do not use ec2 ubuntu archive (LP: #615545)Scott Moser
2010-09-10improve warning message in DataSourceEc2Scott Moser
2010-09-09device_name_to_device: return the md's device string even if no deviceScott Moser
2010-08-12use read_optional_seed, change 'parse_cmdline_data' to return booleanScott Moser
2010-08-12initial dump of "sans-cloud" code (DataSourceNoCloud)Scott Moser
2010-08-09DataSourceEc2.py: remap dev names when metadata service disagress with kernelScott Moser
2010-07-01fix invalid log string when reading from preseeded ec2 cacheScott Moser
2010-06-18change debug messages in DataSourceEc2Scott Moser
2010-06-18add 'cloud-boothook' typeScott Moser
2010-06-17add initial logging supportScott Moser
2010-06-15add vi modelines to python filesScott Moser
2010-05-05wait considerably longer (1050 seconds) for metadata service to come upScott Moser
2010-02-04add copyright informationScott Moser
2010-02-03globally remove ec2init and rename to cloudinitScott Moser