summaryrefslogtreecommitdiff
path: root/cloudinit/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-221-21/+0
* Moved these functions to utils.Joshua Harlow2012-06-111-14/+0
* Move most of this functionality to either cloud-init object or utils.Joshua Harlow2012-06-091-87/+6
* Remove parsed config cache, and cleanup cmdline function.Joshua Harlow2012-06-081-35/+27
* This now only holds some simple top level functions.Joshua Harlow2012-06-081-40/+13
* 1. Move cloud init and cloud config objects to a cloud file.Joshua Harlow2012-06-071-562/+46
* move the reading of the cmdline cloud-config url to cloud-init.pyScott Moser2012-04-051-18/+0
* initial checkin of kernel commandline cloud-config url supportScott Moser2012-04-041-0/+44
* rename DataSourceMaaS to DataSourceMAAS, generally use MAAS everywhereScott Moser2012-03-161-1/+1
* Warn in user-data processing on non-multipart, non-handled dataScott Moser2012-03-121-0/+8
|\
| * Restrict warning to userdata without MIME wrapping only while still ignoring ...Martin Packman2012-03-121-6/+8
| * Put a warning in the log when userdata parts are not handledMartin Packman2012-03-081-0/+6
* | import CloudStack data source [Cosmin Luta]Scott Moser2012-03-121-1/+1
* | add MaaS datasource to default searchedScott Moser2012-03-081-1/+1
|/
* Catch exceptions from part-handlers and log the error before continuing.Scott Moser2012-02-281-8/+9
|\
| * Cleanups.Mike Milner2012-02-211-2/+1
| * Lint fixes.Mike Milner2012-02-211-1/+0
| * Add test and fix for catching exceptions.Mike Milner2012-02-211-5/+8
* | initial version of DataSourceConfigDriveScott Moser2012-02-161-1/+1
|/
* Add HP to Copyright, and Juerg Haefliger Authors.Scott Moser2012-01-181-0/+2
* remove duplicate importsScott Moser2012-01-171-1/+0
* [PATCH] PEP8 coding style fixes.Scott Moser2012-01-171-60/+80
* [PATCH 4/4] Fix pylint conventions C0301 (line too long)Scott Moser2012-01-171-2/+4
* [PATCH 3/4] Fix pylint conventions C0324 (comma not followed by a space)Scott Moser2012-01-171-43/+43
* [PATCH 2/4] Fix pylint conventions C0322 (operator not preceded by a space)Scott Moser2012-01-171-17/+17
* [PATCH 1/4] Fix pylint conventions C0321 (more than one statement on a single...Scott Moser2012-01-171-15/+30
* [PATCH 12/13] Fix pylint warnings W0201 (attribute xyz definedScott Moser2012-01-121-0/+2
* [PATCH 11/13] Fix pylint warnings W0141 (used builtin function xyz)Scott Moser2012-01-121-1/+2
* [PATCH 10/13] Fix pylint warnings W0102 (dangerous default value asScott Moser2012-01-121-1/+3
* [PATCH 09/13] Fix pylint warnings W0107 (unnecessary pass statement)Scott Moser2012-01-121-1/+0
* [PATCH 06/13] Fix pylint warnings W0612 (unused variable)Scott Moser2012-01-121-4/+4
* [PATCH 05/13] Fix pylint warnings W0613 (unused argument)Scott Moser2012-01-121-5/+5
* This fixes LP: #819507, to make consume_userdata run 'always'Scott Moser2011-08-021-58/+126
* improve the updating of /etc/hosts with correct fqdn when possibleScott Moser2011-07-191-2/+2
* make the "cloud-config ready" command configurable (LP: #785551)Scott Moser2011-06-171-5/+0
* convert some user input from dos to unix (LP: #744965)Scott Moser2011-04-041-16/+6
* fix bug in part-handler code, that broke working part-handlers (LP: #739694)Scott Moser2011-03-211-1/+1
* rename 'datadir' key to 'data' in pathmapScott Moser2011-02-071-2/+2
* call DataSource classes with sys_cfg argumentScott Moser2011-02-071-1/+1
* add config option 'manual_cache_clean'.Scott Moser2011-02-071-2/+3
* fix logging in DataSource modulesScott Moser2011-02-041-1/+0
* remove double slash returned by get_ipath_curScott Moser2011-02-011-1/+1
* fix the path for user scripts.Scott Moser2011-02-011-2/+2
* make write_to_cache raise errors if it fails rather than surpressingScott Moser2011-01-311-2/+1
* replace DataSource's self.logScott Moser2011-01-311-1/+2
* close file descriptors given to cPickle.load and cPickle.dumpScott Moser2011-01-311-0/+2
* add previous-instance-id and previous-datasource files to cloud/dataScott Moser2011-01-281-1/+8
* fix the filename of the processed userdataScott Moser2011-01-271-1/+1
* take correct action if def_log_file and syslog_fix_perms are emptyScott Moser2011-01-271-5/+4
* fix bug in fixing permission on default log fileScott Moser2011-01-271-2/+2