Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-13 | String format requires positions on python 2.6 | Joshua Harlow | |
2016-06-20 | add a header to rendered ENI file describing its content | Scott Moser | |
2016-06-15 | merge with trunk | Scott Moser | |
2016-06-15 | Fix line length issues | Joshua Harlow | |
2016-06-15 | Fixup code review comments | Joshua Harlow | |
2016-06-14 | fix pep8 failure introduced in recent commit. | Scott Moser | |
The commit 1232 (Refactor a large part of the networking code) broke pep8. | |||
2016-06-13 | Refactor some of sysconfig changes -> network_state module | Joshua Harlow | |
2016-06-06 | Rebase against master | Joshua Harlow | |
2016-05-24 | Fix up some of the net usage and restore imports and add a mini compat module | Joshua Harlow | |
2016-05-19 | Fix up tests and flake8 warnings | Joshua Harlow | |
2016-05-19 | Adjust net module to be more isolated | Joshua Harlow | |
This allows it to be used outside of cloudinit more easily in the future. | |||
2016-05-17 | Don't expose anything but 'render_network_state' | Joshua Harlow | |
This should be the visible api of a network renderer as anything more granular varies between the different render types and will not apply to those renderers. | |||
2016-05-10 | Move net/renderers -> net | Joshua Harlow | |