summaryrefslogtreecommitdiff
path: root/cloudinit/util.py
AgeCommit message (Expand)Author
2012-06-09Move cmdline functions here. Cleanup exception trapping. Fixup copyright.Joshua Harlow
2012-06-08Moved the shell functionality back in here.Joshua Harlow
2012-04-04initial checkin of kernel commandline cloud-config url supportScott Moser
2012-03-08Add DataSourceMaaS, a Data Source for Ubuntu Machine as a ServiceScott Moser
2012-03-07fix pylint and pep8 warningsScott Moser
2012-03-06add headers_cb to doc for wait_for_urlScott Moser
2012-03-06move wait_for_metadata_service for util, rename to wait_for_urlScott Moser
2012-03-05use builtin runparts rather than system run-parts utilityScott Moser
2012-02-28fix docstring for is_containerScott Moser
2012-02-28address change in name of lxc-is-container to running-in-containerScott Moser
2012-02-17fix pylint warningsScott Moser
2012-02-16DataSourceNoCloud: allow reading user-data and meta-data from simple filesScott Moser
2012-02-16initial version of DataSourceConfigDriveScott Moser
2012-01-18Add HP to Copyright, and Juerg Haefliger Authors.Scott Moser
2012-01-17add support for add/remove CA Certificates via cloud-config (LP: #915232)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-17Merge from trunk.Mike Milner
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-17Added delete_dir_contents function to cloudinit.util.Mike Milner
2012-01-17Add unit tests for util.write_file.Mike Milner
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 07/13] Fix pylint warnings W0622 (redefining built-in 'xyz')Scott Moser
2012-01-12[PATCH 06/13] Fix pylint warnings W0612 (unused variable)Scott Moser
2012-01-12[PATCH 02/13] Fix pylint warnings W0312 (found indentation with tabsScott Moser
2012-01-12[PATCH 01/13] Fix pylint warnings W0311 (bad indentation)Scott Moser
2011-12-19make stdin read from /dev/null for all cloud-init programs (LP: #903993)Scott Moser
2011-12-16initial mirror configuration/discoveryScott Moser
2011-10-30Make the types of SSH keys to generate configurableScott Moser
2011-10-30Restore created files' selinux contextsScott Moser
2011-10-27do not run run-parts if directory has no itemsScott Moser
2011-09-22make read_seeded return OSError for a file not foundScott Moser
2011-09-22add retrying to read_seeded. have it use read_url.Scott Moser
2011-09-14try a little harder to get a fqdn rather than defaulting to localdomainScott Moser
2011-08-22util.subp: do not attach stdin cloud-init's stdin to subprocesses (LP: 831505)Scott Moser
2011-08-03cloudinit/util.py: fix syntax errorScott Moser
2011-08-03add get_hostname_fqdn method to 'util' and use it for getting hostnameScott Moser
2011-07-19increase timeout on read_seed when a seedfrom was explicitly givenScott Moser
2011-07-19do not complain if attempt to resizefs in an lxc container failsScott Moser
2011-04-04convert some user input from dos to unix (LP: #744965)Scott Moser
2011-03-03in subp, put output and stderr into the raised errorScott Moser
2011-02-17change from yaml+'#include' to yaml + config.d format for cloud.cfgScott Moser
2011-02-07add 'bootcmd' like 'runcmd' to cloud-config syntax for running things earlyScott Moser
2011-02-07add utility function get_cfg_by_pathScott Moser
2011-01-26remove needless import and defines in util.pyScott Moser
2011-01-25fix bad variable name in readurlScott Moser
2011-01-25add missing urllib import in utilScott Moser