diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-06-14 21:08:16 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-06-14 21:09:48 -0500 |
commit | 3cb99403e8f71b50b863b403ac496c8508fdfa72 (patch) | |
tree | a2432321e476aa2df1652acf064d30b5c28d5058 /jjb | |
parent | 482068a30a9bff42282e2a90322ce561ddff7d75 (diff) |
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 <narinder.gupta@canonical.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/opnfv/installer-params.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |