aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--functest/opnfv_tests/vnf/epc/juju_epc.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/functest/opnfv_tests/vnf/epc/juju_epc.py b/functest/opnfv_tests/vnf/epc/juju_epc.py
index eda910a90..ad4591fd6 100644
--- a/functest/opnfv_tests/vnf/epc/juju_epc.py
+++ b/functest/opnfv_tests/vnf/epc/juju_epc.py
@@ -246,6 +246,7 @@ class JujuEpc(singlevm.VmReady2):
'--bootstrap-series', 'xenial',
'--config', 'network={}'.format(self.network.id),
'--config', 'ssl-hostname-verification=false',
+ '--config', 'external-network={}'.format(self.ext_net.id),
'--config', 'use-floating-ip=true',
'--config', 'use-default-secgroup=true',
'--debug']