diff options
Diffstat (limited to 'deploy/config')
-rw-r--r-- | deploy/config/network.py | 2 |
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): |