Fixes undercloud install failure with setting hostname
[apex.git] / apex / network / network_data.py
index 1177af0..6f330c5 100644 (file)
@@ -83,7 +83,7 @@ def create_network_data(ns, target=None):
                           "{}".format(net))
             raise NetworkDataException("cidr is null for network {}".format(
                 net))
-
+        tmp_net['mtu'] = network.get('mtu', 1500)
         network_data.append(copy.deepcopy(tmp_net))
 
     # have to do this due to the aforementioned bug