From 0f7563492a9f8c8b75ed5deb339f40ede2da7096 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Wed, 13 Jan 2016 12:51:51 +0100 Subject: [PATCH] apex: change public network name to 'external' Although this environment variable is not used in Functest, to be consistent with the names, Apex creates by default a public network called 'external'. Change-Id: Ie33b116beafc1257c5c26b416cdb76c463553e2d Signed-off-by: jose.lausuch --- jjb/opnfv/installer-params.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/opnfv/installer-params.yml b/jjb/opnfv/installer-params.yml index fbcb33245..aaa5d83b7 100644 --- a/jjb/opnfv/installer-params.yml +++ b/jjb/opnfv/installer-params.yml @@ -19,7 +19,7 @@ description: 'Scenario to deploy and test' - string: name: EXTERNAL_NETWORK - default: 'net04_ext' + default: 'external' description: 'external network for test' - parameter: -- 2.16.6