Merge ~larsks/cloud-init:lp/1665441 into cloud-init:master
Proposed by
Lars Kellogg-Stedman
Status: | Merged |
---|---|
Merged at revision: | f81d6c7bde2af206d449de593b35773068270c84 |
Proposed branch: | ~larsks/cloud-init:lp/1665441 |
Merge into: | cloud-init:master |
Diff against target: |
123 lines (+88/-3) 2 files modified
cloudinit/net/sysconfig.py (+2/-2) tests/unittests/test_net.py (+86/-1) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
cloud-init Commiters | Pending | ||
Review via email:
|
Description of the change
This corrects the problem reported in #1665441. The resulting files are incompatible with NetworkManager, but will work correctly in a legacy networking environment.
To post a comment you must log in.
Lars,
Thanks so much for investigating and finding a fix.
I hate it when I provide a fix for a bug in someone's code and they ask for a unit test.
That said...
A unit test here will avoid a regression in the future. Could you add one?
If you don't add one, then I'm going to, and it will just take me longer to pull it.