summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-17Convert code to use the write_file function from cloudinit.util.Mike Milner
2012-01-17Comment and doc cleanup.Mike Milner
2012-01-17Add unit tests for util.write_file.Mike Milner
2012-01-16Small docstring fix.Mike Milner
2012-01-15Added function for deleting default trusted CA certs.Mike Milner
2012-01-14Handle config flag for removing default trusted CAs.Mike Milner
2012-01-14Factor out writing of certificates.Mike Milner
2012-01-12Add ability to rebuild CA certificate file.Mike Milner
2012-01-12Add tests for ca-certs handler.Mike Milner
2012-01-12Add some tests for get_cfg_option_list_or_str.Mike Milner
2012-01-12Merge from unittest branch.Mike Milner
2012-01-12Tweak Makefile to just run unittests for the "all" target.Mike Milner
2012-01-12Add test dependencies to Build-Depends.Mike Milner
2012-01-12Add initial unit test framework.Mike Milner
2012-01-12Initial work on trusted CA cert handling.Mike Milner
2012-01-10fix invalid variable name in cloudinit/CloudConfig/cc_resizefs.pyScott Moser
2012-01-09run resizefs module on every bootScott Moser
2011-12-22fix issue with part-handlers and base64 encoding (LP: #874342)Scott Moser
2011-12-22fix issue with multiple content-typesScott Moser
2011-12-22fix issue with part-handlers and base64 encoding (LP: #874342)Scott Moser
2011-12-21support configuration of landscape-client via cloud-config (LP: #857366)Scott Moser
2011-12-21fix bug where first entry in the list presented to mergeTogether was ignoredScott Moser
2011-12-20merge from trunkScott Moser
2011-12-20support configuration of landscape-client via cloud-config (LP: #857366)Scott Moser
2011-12-20debian.trunk/ transition to dh_python2 from pycentralScott Moser
2011-12-20add INSTANCE_ID to env of bootcmd, add cloud-init-perScott Moser
2011-12-20put sem/marker files in 'sem' dirsScott Moser
2011-12-20remove unused cloudinit/execute.pyScott Moser
2011-12-20update documentation for bootcmdScott Moser
2011-12-20replace cloud-init-run-module with cloud-init-perScott Moser
2011-12-20add INSTANCE_ID to environment of bootcmd scriptsScott Moser
2011-12-20output public ssh host keys to console on boot (LP: #893400)Scott Moser
2011-12-20output public ssh host keys to console on boot (LP: #893400)Scott Moser
2011-12-19fix missing import for use of close_stdinScott Moser
2011-12-19revert default handling of /etc/hosts to 0.6.1 style (Ubuntu 11.04)Scott Moser
2011-12-19revert default handling of /etc/hosts to 0.6.1 style (Ubuntu 11.04)Scott Moser
2011-12-19make stdin read from /dev/null for all cloud-init programs (LP: #903993)Scott Moser
2011-12-19make stdin read from /dev/null for all cloud-init programs (LP: #903993)Scott Moser
2011-12-19update changelog for DataSourceEc2 changesScott Moser
2011-12-19make DataSourceEc2 more resilliant to slow metadata service (LP: #894279)Scott Moser
2011-12-19make DataSourceEc2 more resilliant to slow metadata service (LP: #894279)Scott Moser
2011-12-18cloudinit/DataSourceEc2: use util.is_resolvable_urlScott Moser
2011-12-16add support for reading configuration of mirror and proxyScott Moser
2011-12-16add apt_proxy doc to cloud-config.txtScott Moser
2011-12-16remove trailing :: on apt config for proxyScott Moser
2011-12-16add apt_proxy supportScott Moser
2011-12-16add documentation for mirror selectionScott Moser
2011-12-16use the distro when searchingScott Moser
2011-12-16only use apt_mirror if it is non-emptyScott Moser
2011-12-16fix issue if apt_mirror is provided in configScott Moser