Ondrej Kuchar has proposed merging ~ondrej-kuchar/cloud-init:main into
cloud-init:main.
Requested reviews:
cloud-init Commiters (cloud-init-dev)
For more details, see:
https://code.launchpad.net/~ondrej-kuchar/cloud-init/+git/cloud-init/+merge/434864
--
Your team cloud-init Commiters is requested to review the proposed merge of
~ondrej-kuchar/cloud-init:main into cloud-init:main.
diff --git a/cloudinit/net/network_state.py b/cloudinit/net/network_state.py
index 36cd582..79172e6 100644
--- a/cloudinit/net/network_state.py
+++ b/cloudinit/net/network_state.py
@@ -505,6 +505,8 @@ class NetworkStateInterpreter(metaclass=CommandHandlerMeta):
bond_if["bond-master"] = command.get("name")
# copy in bond config into slave
for param, val in command.get("params").items():
+ if param == 'mac_address':
+ continue
bond_if.update({param: val})
self._network_state["interfaces"].update({ifname: bond_if})
_______________________________________________
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