index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
sagitta
(mirror of https://github.com/marekm72/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
DataSourceEc2.py
Age
Commit message (
Expand
)
Author
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
2010-05-05
wait considerably longer (1050 seconds) for metadata service to come up
Scott Moser
2010-02-04
add copyright information
Scott Moser
2010-02-03
globally remove ec2init and rename to cloudinit
Scott Moser