diff options
author | 00184532 <lu.yao135@zte.com.cn> | 2017-11-08 09:35:28 +0800 |
---|---|---|
committer | 00184532 <lu.yao135@zte.com.cn> | 2017-11-08 09:35:28 +0800 |
commit | 338ba059e72c9113a21729f41e584eabd68d4fe8 (patch) | |
tree | 487671575f0db7c7b5b647e3ad9679be7aa9ae7b /deploy/config | |
parent | 8c42ba2367f5197dbb158d5f50b89b332b484d75 (diff) |
modify iterface to interface
Change-Id: I659906163ec7bb5156786269349cc819ea051754
Signed-off-by: 00184532 <lu.yao135@zte.com.cn>
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): |