Age | Commit message (Expand) | Author |
2014-02-13 | add 'user-data' support. | Scott Moser |
2014-02-12 | support configuration of MD_URL, disable if not resolvable. | Scott Moser |
2014-02-08 | wrap url get call in try/except clause | Vaidas Jablonskis |
2014-02-07 | Forgot to include _trim_key function | Vaidas Jablonskis |
2014-02-07 | use url_helper instead of requests | Vaidas Jablonskis |
2014-02-03 | Add Google Compute Engine data source support. | Vaidas Jablonskis |
2014-01-29 | DataSourceNoCloud: support reading vendor-data | Scott Moser |
2014-01-29 | merge from trunk | Scott Moser |
2014-01-29 | add 2 tests for vendordata | Scott Moser |
2014-01-28 | util.is_ipv4: realize that 0 is a valid number in a ipv4 address. | Vlastimil Holer |
2014-01-28 | cloudinit/util.py: fix pylint complaints | Scott Moser |
2014-01-28 | DataSourceNoCloud: support reading vendor-data | Scott Moser |
2014-01-28 | Allow zeros when detecting IPv4 address (e.g. 192.168.0.1) | Vlastimil Holer |
2014-01-27 | add 'pathprefix2dict' utility for use by DataSourceNoCloud | Scott Moser |
2014-01-27 | populate_dir: only makedir if it doesn't exist | Scott Moser |
2014-01-24 | read_file_or_url: raise UrlError with 404 on ENOENT | Scott Moser |
2014-01-24 | Don't try to create members if group creation fails | Joshua Harlow |
2014-01-24 | Fix logexc usage in freebsd distro | Joshua Harlow |
2014-01-24 | Fixes for SmartOS datasource | Scott Moser |
2014-01-24 | minor changes for pylint, write_boot_content improvement. | Scott Moser |
2014-01-24 | Log failure to restore backup locale file | Joshua Harlow |
2014-01-24 | Freebsd cleanups | Joshua Harlow |
2014-01-24 | Make SmartOS script handling self-contained in datasource. | Ben Howard |
2014-01-24 | Rebasing on trunk | Ben Howard |
2014-01-24 | pylint and long line fixes. | Scott Moser |
2014-01-24 | add --dummy-variables-rgx= param when calling pylint | Scott Moser |
2014-01-24 | Fixed flip-flopped comment | Ben Howard |
2014-01-24 | pep8/pylint fixes | Scott Moser |
2014-01-24 | Fixes for SmartOS datasource (LP: #1272115): | Ben Howard |
2014-01-24 | url_helper: call exception_cb with the UrlError exception | Scott Moser |
2014-01-23 | Use the right exception | Joshua Harlow |
2014-01-23 | Skip retry and continued fetch of userdata when NOT_FOUND | Scott Moser |
2014-01-23 | Remove pylint warning about unused request_args | Joshua Harlow |
2014-01-23 | Skip retry and continued fetch of userdata when NOT_FOUND | Joshua Harlow |
2014-01-23 | fix util.which if PATH is not in environment | Scott Moser |
2014-01-23 | Add freebsd sysvinit scripts | Joshua Harlow |
2014-01-23 | Initial Freebsd support | Harm Weites |
2014-01-23 | fix freebsd new file header | Scott Moser |
2014-01-23 | pep8/tab to 8 spaces | Scott Moser |
2014-01-23 | pep8, use which rather than hard coded path | Scott Moser |
2014-01-23 | pep8 | Scott Moser |
2014-01-23 | fix broken consumption of /proc/mounts | Scott Moser |
2014-01-23 | merge from trunk | Scott Moser |
2014-01-23 | pep8 | Scott Moser |
2014-01-23 | Consider partitions as sources for configdrive if labelled correctly | Paul Querna |
2014-01-23 | Split net-parsing into own module | Joshua Harlow |
2014-01-23 | remove some white space | Scott Moser |
2014-01-22 | cc_resizefs: figure out what /dev/root means via kernel cmdline | Scott Moser |
2014-01-22 | Add a new line | Joshua Harlow |
2014-01-22 | Add comments as to format with example in/out | Joshua Harlow |