summaryrefslogtreecommitdiff
path: root/cloudinit/DataSource.py
AgeCommit message (Expand)Author
2012-01-17[PATCH] PEP8 coding style fixes.Scott Moser
2012-01-17[PATCH 3/4] Fix pylint conventions C0324 (comma not followed by a space)Scott Moser
2012-01-17[PATCH 2/4] Fix pylint conventions C0322 (operator not preceded by a space)Scott Moser
2012-01-17[PATCH 1/4] Fix pylint conventions C0321 (more than one statement on a single...Scott Moser
2012-01-12[PATCH 11/13] Fix pylint warnings W0141 (used builtin function xyz)Scott Moser
2012-01-12[PATCH 10/13] Fix pylint warnings W0102 (dangerous default value asScott Moser
2012-01-12[PATCH 06/13] Fix pylint warnings W0612 (unused variable)Scott Moser
2012-01-12[PATCH 05/13] Fix pylint warnings W0613 (unused argument)Scott Moser
2011-12-16merge trunkScott Moser
2011-12-16DataSource: fix is_ipv4 usageScott Moser
2011-12-16initial mirror configuration/discoveryScott Moser
2011-12-16move logic of "is this an ipv4 address" to a function is_ipv4Scott Moser
2011-09-22cloudinit/DataSource.py: fix bad usage of get_fqdn_from_hostsScott Moser
2011-09-14try a little harder to get a fqdn rather than defaulting to localdomainScott Moser
2011-09-09return a list, not a stringScott Moser
2011-09-09accept that public-keys keys in the metadata service might be a stringScott Moser
2011-09-01improve DataSource's get_hostname functionScott Moser
2011-08-31cloudinit/DataSource.py: for default instance id, use 'iid-datasource'Scott Moser
2011-07-19improve the updating of /etc/hosts with correct fqdn when possibleScott Moser
2011-02-07add sys_cfg option to DataSource:__init__ , populate ds_cfg from itScott Moser
2011-02-04fix logging in DataSource modulesScott Moser
2011-01-31replace DataSource's self.logScott Moser
2011-01-26rework of DataSource loading.Scott Moser
2011-01-25add get_config_obj to a DataSource object.Scott Moser
2010-08-12initial dump of "sans-cloud" code (DataSourceNoCloud)Scott Moser
2010-06-15add vi modelines to python filesScott Moser
2010-02-04add copyright informationScott Moser
2010-02-03globally remove ec2init and rename to cloudinitScott Moser