summaryrefslogtreecommitdiff
path: root/cloudinit/util.py
AgeCommit message (Expand)Author
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
2011-01-25add support for reading rightscale style userdataScott Moser
2011-01-24move cloud-run-user-script.conf to cloud-final, use cloud-cfg for invokingScott Moser
2011-01-20add caching of parsed configs to util.get_base_cfgScott Moser
2011-01-19initial /var/lib rework still lots to do. includes a fix for LP: #704509Scott Moser
2011-01-19support $MIRROR and $RELEASE in apt-source cloud-config lines (LP: #693292)Scott Moser
2011-01-19remove debug print statementScott Moser
2011-01-18support reading cloud_config from kernel command lineScott Moser
2011-01-18remove 'biultin' config, separate cloud.cfgScott Moser
2010-08-31append to apt_sources filenames rather than truncating.Scott Moser
2010-08-17fix syntax error in util.pyScott Moser
2010-08-13add support for '%s' in base of seed.Scott Moser
2010-08-12util: add read_optional_seed functionScott Moser
2010-08-12initial dump of "sans-cloud" code (DataSourceNoCloud)Scott Moser
2010-06-18add util.get_cfg_option_list_or_strScott Moser
2010-06-17remove use of cloudinit constants from util.py in get_base_cfg Scott Moser
2010-06-17add initial logging supportScott Moser
2010-06-15add vi modelines to python filesScott Moser
2010-03-29util.py: allow for case-insensitive "true" values in get_cfg_option_bool. Scott Moser
2010-02-04add copyright informationScott Moser
2010-02-03globally remove ec2init and rename to cloudinitScott Moser