Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-10 | Refactor a large part of the networking code. | Joshua Harlow | |
Splits off distro specific code into specific files so that other kinds of networking configuration can be written by the various distro(s) that cloud-init supports. It also isolates some of the cloudinit.net code so that it can be more easily used on its own (and incorporated into other projects such as curtin). During this process it adds tests so that the net process can be tested (to some level) so that the format conversion processes can be tested going forward. | |||
2016-06-10 | Just do all the imports on one line | Joshua Harlow | |
2016-06-10 | remove unused import | Scott Moser | |
2016-06-10 | one more | Scott Moser | |
2016-05-19 | Remerge against head/master | Joshua Harlow | |
2016-05-12 | fix last flake8 error | Scott Moser | |
2016-05-12 | run flake8 instead of pyflakes in tox. expect tests/ to pass flake8. | Scott Moser | |
2016-05-11 | Fix py26 for rhel (and older versions of python) | Joshua Harlow | |
2016-03-03 | run pyflakes in more places, fix fallout | Scott Moser | |
this makes 'make' run pyflakes, so failures there will stop a build. also adds it to tox. | |||
2016-02-16 | Handle escaped quotes in WALinuxAgentShim.find_endpoint | Scott Moser | |
LP: #1488891 | |||
2015-10-30 | Use DMI data to find Azure instance IDs. | Daniel Watkins | |
This replaces the use of SharedConfig.xml in both the walinuxagent case, and the case where we communicate with the Azure fabric ourselves. | |||
2015-10-09 | Refactor tests to test helper method directly, and remove need for test helper. | Daniel Watkins | |
2015-10-09 | Convert test helper to staticmethod. | Daniel Watkins | |
2015-10-09 | Handle colons in packed strings in WALinuxAgentShim.find_endpoint. | Daniel Watkins | |
This fixes bug 1488896. | |||
2015-10-09 | Handle escaped quotes in WALinuxAgentShim.find_endpoint. | Daniel Watkins | |
This fixes bug 1488891. | |||
2015-05-15 | pep8 fixes | Scott Moser | |
2015-05-08 | Fix retrying. | Daniel Watkins | |
2015-05-08 | Move our walinuxagent implementation to a single function call. | Daniel Watkins | |
2015-05-08 | Stop using Python 3 only tempfile.TemporaryDirectory (but lose free cleanup). | Daniel Watkins | |
2015-05-08 | Split WALinuxAgentShim code out to separate file. | Daniel Watkins | |