Age | Commit message (Expand) | Author |
2016-12-22 | LICENSE: Allow dual licensing GPL-3 or Apache 2.0 | Jon Grimm |
2012-06-11 | Moved these functions to utils. | Joshua Harlow |
2012-06-09 | Move most of this functionality to either cloud-init object or utils. | Joshua Harlow |
2012-06-08 | Remove parsed config cache, and cleanup cmdline function. | Joshua Harlow |
2012-06-08 | This now only holds some simple top level functions. | Joshua Harlow |
2012-06-07 | 1. Move cloud init and cloud config objects to a cloud file. | Joshua Harlow |
2012-04-05 | move the reading of the cmdline cloud-config url to cloud-init.py | Scott Moser |
2012-04-04 | initial checkin of kernel commandline cloud-config url support | Scott Moser |
2012-03-16 | rename DataSourceMaaS to DataSourceMAAS, generally use MAAS everywhere | Scott Moser |
2012-03-12 | Warn in user-data processing on non-multipart, non-handled data | Scott Moser |
2012-03-12 | import CloudStack data source [Cosmin Luta] | Scott Moser |
2012-03-12 | Restrict warning to userdata without MIME wrapping only while still ignoring ... | Martin Packman |
2012-03-08 | Put a warning in the log when userdata parts are not handled | Martin Packman |
2012-03-08 | add MaaS datasource to default searched | Scott Moser |
2012-02-28 | Catch exceptions from part-handlers and log the error before continuing. | Scott Moser |
2012-02-21 | Cleanups. | Mike Milner |
2012-02-21 | Lint fixes. | Mike Milner |
2012-02-21 | Add test and fix for catching exceptions. | Mike Milner |
2012-02-16 | initial version of DataSourceConfigDrive | Scott Moser |
2012-01-18 | Add HP to Copyright, and Juerg Haefliger Authors. | Scott Moser |
2012-01-17 | remove duplicate imports | Scott Moser |
2012-01-17 | [PATCH] PEP8 coding style fixes. | Scott Moser |
2012-01-17 | [PATCH 4/4] Fix pylint conventions C0301 (line too long) | 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 12/13] Fix pylint warnings W0201 (attribute xyz defined | 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 as | Scott Moser |
2012-01-12 | [PATCH 09/13] Fix pylint warnings W0107 (unnecessary pass statement) | Scott 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-08-02 | This fixes LP: #819507, to make consume_userdata run 'always' | Scott Moser |
2011-07-19 | improve the updating of /etc/hosts with correct fqdn when possible | Scott Moser |
2011-06-17 | make the "cloud-config ready" command configurable (LP: #785551) | Scott Moser |
2011-04-04 | convert some user input from dos to unix (LP: #744965) | Scott Moser |
2011-03-21 | fix bug in part-handler code, that broke working part-handlers (LP: #739694) | Scott Moser |
2011-02-07 | rename 'datadir' key to 'data' in pathmap | Scott Moser |
2011-02-07 | call DataSource classes with sys_cfg argument | Scott Moser |
2011-02-07 | add config option 'manual_cache_clean'. | Scott Moser |
2011-02-04 | fix logging in DataSource modules | Scott Moser |
2011-02-01 | remove double slash returned by get_ipath_cur | Scott Moser |
2011-02-01 | fix the path for user scripts. | Scott Moser |
2011-01-31 | make write_to_cache raise errors if it fails rather than surpressing | Scott Moser |
2011-01-31 | replace DataSource's self.log | Scott Moser |
2011-01-31 | close file descriptors given to cPickle.load and cPickle.dump | Scott Moser |
2011-01-28 | add previous-instance-id and previous-datasource files to cloud/data | Scott Moser |
2011-01-27 | fix the filename of the processed userdata | Scott Moser |
2011-01-27 | take correct action if def_log_file and syslog_fix_perms are empty | Scott Moser |
2011-01-27 | fix bug in fixing permission on default log file | Scott Moser |