From 3cb99403e8f71b50b863b403ac496c8508fdfa72 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Tue, 14 Jun 2016 21:08:16 -0500 Subject: [PATCH] change the default distro to xenial. This patch will do the default dpeloyment with xenial than trusty. Change-Id: I8c628d90490d45a81bc339783ca5c7120d2bf5b7 Signed-off-by: Narinder Gupta --- 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 98a15de79..f95d79f93 100644 --- a/jjb/opnfv/installer-params.yml +++ b/jjb/opnfv/installer-params.yml @@ -87,7 +87,7 @@ description: "Reinstall MAAS and Bootstrap before deploy [true/false]" - string: name: UBUNTU_DISTRO - default: 'trusty' + default: 'xenial' description: "Ubuntu distribution to use for Openstack (trusty|xenial)" - string: name: CPU_ARCHITECTURE -- 2.16.6