summaryrefslogtreecommitdiffstats
path: root/deploy/config/network.py
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/config/network.py')
-rw-r--r--deploy/config/network.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/config/network.py b/deploy/config/network.py
index 4d877a75..1966edee 100644
--- a/deploy/config/network.py
+++ b/deploy/config/network.py
@@ -58,7 +58,7 @@ class NetworkConfig(object):
def _parse_interfaces(self, interfaces):
for interface in interfaces:
self._setattr(interface['name'],
- 'iterface',
+ 'interface',
interface['interface'])
def _setattr(self, network_type, field, value):