From 338ba059e72c9113a21729f41e584eabd68d4fe8 Mon Sep 17 00:00:00 2001 From: 00184532 Date: Wed, 8 Nov 2017 09:35:28 +0800 Subject: modify iterface to interface Change-Id: I659906163ec7bb5156786269349cc819ea051754 Signed-off-by: 00184532 --- deploy/config/network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deploy') 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): -- cgit 1.2.3-korg