Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-17 | net: correct errors in cloudinit/net/sysconfig.py | Lars Kellogg-Stedman | |
There were some logic errors in sysconfig.py that appear to be the result of accidentally typing "iface" where it should have been "iface_cfg". This patch corrects those problems so that the module can run successfully. LP: #1665441 Resolves: rhbz#1389530 | |||
2016-12-22 | LICENSE: Allow dual licensing GPL-3 or Apache 2.0 | Jon Grimm | |
This has been a recurring ask and we had initially just made the change to the cloud-init 2.0 codebase. As the current thinking is we'll just continue to enhance the current codebase, its desirable to relicense to match what we'd intended as part of the 2.0 plan here. - put a brief description of license in LICENSE file - put full license versions in LICENSE-GPLv3 and LICENSE-Apache2.0 - simplify the per-file header to reference LICENSE - tox: ignore H102 (Apache License Header check) Add license header to files that ship. Reformat headers, make sure everything has vi: at end of file. Non-shipping files do not need the copyright header, but at the moment tests/ have it. | |||
2016-06-15 | Fix line length issues | Joshua Harlow | |
2016-06-15 | Fixup code review comments | Joshua Harlow | |
2016-06-13 | Refactor some of sysconfig changes -> network_state module | Joshua Harlow | |
2016-06-10 | Add a bunch more sample tests for sysconfig | Joshua Harlow | |
2016-06-10 | Add a sysconfig rendering test | Joshua Harlow | |
2016-06-10 | Add a sysconfig renderer | Joshua Harlow | |