diff options
author | Cristina Pauna <cristina.pauna@enea.com> | 2017-10-06 16:39:30 +0300 |
---|---|---|
committer | Cristina Pauna <cristina.pauna@enea.com> | 2017-10-06 16:43:10 +0300 |
commit | 3935025adda5f426b968304aca9183165935479f (patch) | |
tree | f83ef528abf106116a62517ad26fd693893df17f /jjb/global | |
parent | 31af28e0d656645a6737c803d019d443d82e34d6 (diff) |
Rename the external network for fuel
The external network was renamend with the MCP deploy to floating_net
Change-Id: I73f5f5d14b0b18a2e838dae163dcfd62edcb0c0b
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
Diffstat (limited to 'jjb/global')
-rw-r--r-- | jjb/global/installer-params.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/global/installer-params.yml b/jjb/global/installer-params.yml index 8c01a9f1f..454cee841 100644 --- a/jjb/global/installer-params.yml +++ b/jjb/global/installer-params.yml @@ -48,7 +48,7 @@ description: 'Installer used for deploying OPNFV on this POD' - string: name: EXTERNAL_NETWORK - default: 'admin_floating_net' + default: 'floating_net' description: 'external network for test' - string: name: BRIDGE |