Age | Commit message (Expand) | Author |
2014-02-12 | Add CloudSigma data source | Kiril Vladimiroff |
2014-02-10 | doc/examples/cloud-config-landscape.txt: fix invalid example | David Britton |
2014-02-10 | oops | David Britton |
2014-02-10 | properlly format the landscape example | David Britton |
2014-02-10 | DataSourceEc2: Fix incorrect return in _get_url_settings | Scott Moser |
2014-02-10 | rpm build fixes | Scott Moser |
2014-02-10 | remove the 'tools/sudo' file and references in cloud-init.spec.in | Scott Moser |
2014-02-10 | Azure: fix issue with stale data in /var/lib/waagent | Scott Moser |
2014-02-10 | make a defined var of DATA_DIR_CLEAN_LIST, some pylint cleanups | Scott Moser |
2014-02-10 | change behavior to only delete SharedConfig.xml. | Scott Moser |
2014-02-07 | Made new ovf-env.xml handling more robust. Test cases included | Ben Howard |
2014-02-07 | Rebase on upstream | Ben Howard |
2014-02-01 | Fix incorrect return | Joshua Harlow |
2014-01-31 | Fix sudo cfg. file mode. Require sudo >= 1.7.2p2-3 with sudoers.d support. | Vlastimil Holer |
2014-01-31 | Added config for sudo. Apply sudo config in RPM for Red Hat. | Vlastimil Holer |
2014-01-31 | Fix Requires->requirements.txt rename in RPM build. | Vlastimil Holer |
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 |