Force the right external network if juju
[functest.git] / functest / opnfv_tests / vnf / epc / juju_epc.py
index eda910a..ad4591f 100644 (file)
@@ -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']