The proposal to merge ~xnox/cloud-init:typeerror into cloud-init:master has 
been updated.

Commit Message changed to:

netplan: fix render_network_state arguments positions

tools/net-convert fails to output netplan config, because the
positional arguments of render_network_state are the wrong way around
for that function w.r.t. other renders.

cloudinit/net/netplan.py: def render_network_state(self, target, network_state):

vs

cloudinit/net/eni.py: def render_network_state(self, network_state, 
target=None):
cloudinit/net/renderer.py: def render_network_state(self, network_state, 
target=None):
cloudinit/net/sysconfig.py: def render_network_state(self, network_state, 
target=None):

For more details, see:
https://code.launchpad.net/~xnox/cloud-init/+git/cloud-init/+merge/324012
-- 
Your team cloud init development team is requested to review the proposed merge 
of ~xnox/cloud-init:typeerror into cloud-init:master.

_______________________________________________
Mailing list: https://launchpad.net/~cloud-init-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~cloud-init-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to