summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceSmartOS.py
diff options
context:
space:
mode:
Diffstat (limited to 'cloudinit/sources/DataSourceSmartOS.py')
-rw-r--r--cloudinit/sources/DataSourceSmartOS.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/cloudinit/sources/DataSourceSmartOS.py b/cloudinit/sources/DataSourceSmartOS.py
index e9ff1235..f5820696 100644
--- a/cloudinit/sources/DataSourceSmartOS.py
+++ b/cloudinit/sources/DataSourceSmartOS.py
@@ -722,8 +722,7 @@ def convert_smartos_network_data(network_data=None):
if k in valid_keys['physical']}
cfg.update({
'type': 'physical',
- 'name': nic['interface']
- })
+ 'name': nic['interface']})
if 'mac' in nic:
cfg.update({'mac_address': nic['mac']})