Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-09 | Fix the none return problem. | Joshua Harlow | |
2012-10-24 | Move the comment to the top + mark as fixing. | Joshua Harlow | |
LP: #1068801 | |||
2012-10-24 | Handle the case where newer versions of boto | Joshua Harlow | |
are used that lazily load the metadata from the ec2 metadata service. 1. Add a ec2_utils module that checks which version of boto is being used and under the right versions the metadata dictionary will be expanded. 2. Use this new ec2_utils module in the cloudstack and ec2 datasources as there entrypoints into boto. |