Age | Commit message (Expand) | Author |
2012-09-24 | DataSourceMAAS: if a oauth request fails due to 403 try updating local time | Scott Moser |
2012-09-24 | fix make pep8 | Scott Moser |
2012-09-14 | Fix hostname derived from IP. (LP: 1050962) | Andy Grimm |
2012-08-31 | support launch index specific user-data | Joshua Harlow |
2012-08-27 | For the userdata 'post-filtering' add in a new folder that | Joshua Harlow |
2012-08-27 | DataSourceEc2: require 'instance-data' as top level domain | Scott Moser |
2012-08-27 | Update so that the content types searched for launch-index | Joshua Harlow |
2012-08-26 | Fix tests running and add in a check on the content type | Joshua Harlow |
2012-08-26 | Don't use the processed userdata if nothing is there. | Joshua Harlow |
2012-08-26 | Add the capability to understand and filter on | Joshua Harlow |
2012-08-24 | use openstack metadata version 2012-08-10 unless not available | Scott Moser |
2012-08-24 | use instance-id, not previous-instance-id. | Scott Moser |
2012-08-24 | use 'uuid' as 'instance-id' | Scott Moser |
2012-08-24 | committing in preparation for actual test | Scott Moser |
2012-08-23 | some more tests. | Scott Moser |
2012-08-23 | fix pep8 and pylint | Scott Moser |
2012-08-23 | initial functional unit test | Scott Moser |
2012-08-22 | Fix the userdata population in DataSourceNone | Scott Moser |
2012-08-22 | merge from trunk for pep8 fixes | Scott Moser |
2012-08-22 | fix pep8 complaints. | Scott Moser |
2012-08-22 | Fix the userdata being populated to a dict (incorrect) | Joshua Harlow |
2012-08-22 | return results from datasource.get_package_mirror_info | Scott Moser |
2012-08-22 | rework package mirror selection | Scott Moser |
2012-08-20 | Remove the matching of the filesystem dep and | Joshua Harlow |
2012-08-19 | Add a 'none' datasource as a last resort fallback | Joshua Harlow |
2012-08-14 | Add RHEVm and vSphere support as datasource AltCloud | Scott Moser |
2012-08-10 | Address review feedback for: | Joe VLcek |
2012-08-08 | Address review feedback for: | Joe VLcek |
2012-08-06 | re-add the 'main' routine to DataSourceMAAS.py | Scott Moser |
2012-07-23 | pep8, pylint... AltCloud source changes | Joe VLcek |
2012-07-20 | Add retry logic to DataSourceAltCloud | Joe VLcek |
2012-07-17 | Added RHEVm and vSphere support as source AltCloud | Joe VLcek |
2012-07-16 | DataSourceEc2: fix bad usage of log that caused trace | Scott Moser |
2012-07-12 | DataSourceOVF: again fix broken commit | Scott Moser |
2012-07-12 | fix bad variable. should be 'LOG', not 'log' | Scott Moser |
2012-07-12 | DataSourceOVF: do not log exception on failed mount | Scott Moser |
2012-07-09 | fix 'make pylint' warnings | Scott Moser |
2012-07-09 | DataSourceEc2: only do dns check in mirror selection | Scott Moser |
2012-06-23 | Fix a bunch of == None cases | harlowja |
2012-06-21 | Ensure that calling the urls happens in a specified order. | Joshua Harlow |
2012-06-21 | 1. Move all info() logging methods to debug() | harlowja |
2012-06-20 | 1. Add an importer function that will search for a given module in a set of s... | Joshua Harlow |
2012-06-20 | Massive pylint + pep8 fixups! | Joshua Harlow |
2012-06-20 | Change to import error instead of runtime error. | Joshua Harlow |
2012-06-19 | Fix pylint line length issues. | Joshua Harlow |
2012-06-19 | Cleanup no datasource exception to use cleaner csv list. | Joshua Harlow |
2012-06-19 | Cleanup some of the logging (its a little to verbose). | Joshua Harlow |
2012-06-19 | Syntax + comment cleanups. | Joshua Harlow |
2012-06-19 | Add the ability to check if the metadata service is up before actually using it. | Joshua Harlow |
2012-06-18 | 1. Fixed datasource construction (switched param order) | Joshua Harlow |