summaryrefslogtreecommitdiff
path: root/cloudinit/DataSourceNoCloud.py
AgeCommit message (Expand)Author
2012-06-071. Adding some new helper files that split off file inclusion, templating, im...Joshua Harlow
2012-04-04fix issue found in real testScott Moser
2012-04-04add reading of 'seedfrom' via DataSourceNoCloud's DataSourceConfigScott Moser
2012-02-28DataSourceNoCloud: fix local cloud sources other than from devicesScott Moser
2012-02-17support reading network interface config from DataSourceNoCloudScott Moser
2012-02-16DataSourceNoCloud: allow reading user-data and meta-data from simple filesScott Moser
2012-01-18Add HP to Copyright, and Juerg Haefliger Authors.Scott Moser
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 04/13] Fix pylint warnings W0611 (unused import)Scott Moser
2012-01-12[PATCH 03/13] Fix pylint warnings W0301 (unnecessary semicolon)Scott Moser
2011-08-31remove a default 'local-hostname' value from DataSourceNoCloudScott Moser
2011-07-19increase timeout on read_seed when a seedfrom was explicitly givenScott Moser
2011-02-04fix logging in DataSource modulesScott Moser
2011-01-31replace DataSource's self.logScott Moser
2011-01-31allow 'ds=nocloud' to appear at end or beginning kernel cmdlineScott Moser
2011-01-26rework of DataSource loading.Scott Moser
2011-01-19convert 'cachedir' to 'seeddir', move cloud_config, scripts to instanceScott Moser
2011-01-18support reading cloud_config from kernel command lineScott Moser
2010-08-13fix 'seedfrom' in DataSourceNoCloud (LP: #617400)Scott Moser
2010-08-12DataSourceNoCloud: record where seeds were read fromScott Moser
2010-08-12DataSourceNoCloud: fix issue with seeded filesScott Moser
2010-08-12use read_optional_seed, change 'parse_cmdline_data' to return booleanScott Moser
2010-08-12initial dump of "sans-cloud" code (DataSourceNoCloud)Scott Moser