Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-28 | Added support for loading metadata urls from config files. | 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 ↵ | keyz182 | |
both http://169.254.169.254 and http://instance-data:8773 for meta data service. LP: #761847 | |||
2011-01-26 | change 'except' syntax to python 3 style. | Scott Moser | |
Everywhere that there occurred: except Exception, e: changed to except Exception as e: | |||
2010-03-25 | better 'Caught exception reading instance data' error | Scott Moser | |
2010-02-18 | fix 'time not defined' bug (LP: #523832) | Scott Moser | |
LP: #523832 | |||
2010-02-03 | globally remove ec2init and rename to cloudinit | Scott Moser | |