cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #02413
[Merge] ~smoser/cloud-init:feature/net-convert-work-with-old into cloud-init:master
The proposal to merge ~smoser/cloud-init:feature/net-convert-work-with-old into cloud-init:master has been updated.
Commit Message changed to:
tools/net-convert.py: support old cloudinit versions by using kwargs.
Older cloud-init versions have a bug in the signature of the
render_network_state method for netplan (bug 1685944).
The old had:
render_network_state(target, network_state)
The correct is
render_network_state(network_state, target)
This just changes our caller to use kwargs style when invoking that
method so that it works with either format.
For more details, see:
https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/324948
--
Your team cloud-init commiters is requested to review the proposed merge of ~smoser/cloud-init:feature/net-convert-work-with-old into cloud-init:master.
Follow ups