summaryrefslogtreecommitdiff
path: root/cloudinit/sources/__init__.py
AgeCommit message (Expand)Author
2014-09-03improved logging of errors around module loading/searchingScott Moser
2014-09-02Fix logic statement and pep8 issueJoshua Harlow
2014-09-02Remove/adjust the verbose 'failed at attempted import of' logJoshua Harlow
2014-08-26fix(pep8): Fix various pep8 violations and version-lock pep8Jay Faulkner
2014-01-23merge from trunkScott Moser
2014-01-16Fixed typosBen Howard
2014-01-16DataSource: remove has_vendordata and consume_vendordata, drop filtersScott Moser
2014-01-08Significant re-working of the userdata handling and introduction ofBen Howard
2013-12-06new: FreeBSD module to support cloud-init on the FBSD10 platform. In itsHarm Weites
2013-09-10fix DataSource base class to set up ds_cfg for 'Net' sourcesScott Moser
2013-09-10Fix pylint complain on toks.split('.')Vlastimil Holer
2013-09-05Merged trunk lp:cloud-initVlastimil Holer
2013-07-23alias 'availability_zone' to availability-zone in metadata service.Scott Moser
2013-03-06Continue working on merging code.Joshua Harlow
2012-12-19Remove conflicting merge blockVlastimil Holer
2012-12-19Merged trunk lp:cloud-initVlastimil Holer
2012-11-12config-drive-v2: support public keysScott Moser
2012-10-27Helpful cleanups.harlowja
2012-10-05Ensure that config drive datasource attempts toJoshua Harlow
2012-09-24fix make pep8Scott Moser
2012-09-20Initialize toks variable. Fix EC2-like hostname generation based on IPv4.Vlastimil Holer
2012-09-19Optionally resolve IPv4 hostname.Vlastimil Holer
2012-09-14Fix hostname derived from IP. (LP: 1050962)Andy Grimm
2012-08-27For the userdata 'post-filtering' add in a new folder thatJoshua Harlow
2012-08-27Update so that the content types searched for launch-indexJoshua Harlow
2012-08-26Fix tests running and add in a check on the content typeJoshua Harlow
2012-08-26Don't use the processed userdata if nothing is there.Joshua Harlow
2012-08-26Add the capability to understand and filter onJoshua Harlow
2012-08-22return results from datasource.get_package_mirror_infoScott Moser
2012-08-22rework package mirror selectionScott Moser
2012-08-19Add a 'none' datasource as a last resort fallbackJoshua Harlow
2012-06-211. Move all info() logging methods to debug() harlowja
2012-06-201. Add an importer function that will search for a given module in a set of s...Joshua Harlow
2012-06-20Change to import error instead of runtime error.Joshua Harlow
2012-06-19Fix pylint line length issues.Joshua Harlow
2012-06-19Cleanup no datasource exception to use cleaner csv list.Joshua Harlow
2012-06-19Cleanup some of the logging (its a little to verbose).Joshua Harlow
2012-06-181. Fixed datasource construction (switched param order)Joshua Harlow
2012-06-16Allow the user data processor to be passed in.Joshua Harlow
2012-06-16For the different base classes, ensure we are using the 'abc' module + approp...Joshua Harlow
2012-06-16Adjust the usage of map items() to iteritems() which will help later translat...Joshua Harlow
2012-06-15Fixups to ensure that pylint does not find anything major wrong.Joshua Harlow
2012-06-15Complete initial cleanup for refactoring/rework.Joshua Harlow
2012-06-11Add more logging in onto what is being searched for.Joshua Harlow
2012-06-09Initial cleanupsJoshua Harlow
2012-06-08Remove is ipv4 function from here and move to utils + move exceptions to here...Joshua Harlow
2012-06-071. Move cloud init and cloud config objects to a cloud file.Joshua Harlow
2012-06-07Darn it. Those shouldn't be there!Joshua Harlow