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.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/deploy/config/network.py b/deploy/config/network.py
index 9f03bc15..cd38e94d 100644
--- a/deploy/config/network.py
+++ b/deploy/config/network.py
@@ -64,11 +64,3 @@ class NetworkConfig(object):
prefix = self.type2name[network_type]
name = '{}_{}'.format(prefix, field) if field else prefix
setattr(self, name, value)
-
- @property
- def external_network(self):
- return self._get_network('EXTERNAL')
-
- @property
- def external_name(self):
- return self.external_network['network_name']