diff --git a/zun/network/cni_network.py b/zun/network/cni_network.py index e450fcb81..66890741d 100644 --- a/zun/network/cni_network.py +++ b/zun/network/cni_network.py @@ -110,7 +110,6 @@ class ZunCNI(network.Network): container.save(self.context) host_config['network_mode'] = 'none' - container_kwargs['mac_address'] = port['mac_address'] # We manipulate entrypoint and command parameters in here. token = (container.entrypoint or []) + (container.command or [])