From: Manjeet Singh Bhatia Date: Thu, 1 Mar 2018 01:45:54 +0000 (-0800) Subject: Update default vagrant provider. X-Git-Tag: sniroemulator-1.0.0~253^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=972599d177811fcfb9ba4696efd25ca2a924641f;p=integration.git Update default vagrant provider. Default vagrant provider was showing error for ubuntu/trusty64 or ubuntu/xenial64 not found. This patch updates the default to https://vagrantcloud.com which have recently been changed. Change-Id: I069eae9370ecdf1483098528cee57d9b3e81a41b Signed-off-by: Manjeet Singh Bhatia Issue-ID: INT-434 --- diff --git a/bootstrap/vagrant-onap/Vagrantfile b/bootstrap/vagrant-onap/Vagrantfile index 6d35a1afd..779f07995 100644 --- a/bootstrap/vagrant-onap/Vagrantfile +++ b/bootstrap/vagrant-onap/Vagrantfile @@ -1,6 +1,8 @@ # -*- mode: ruby -*- # vi: set ft=ruby : +Vagrant::DEFAULT_SERVER_URL.replace('https://vagrantcloud.com') + configuration = { # Generic parameters used across all ONAP components 'key_name' => 'ecomp_key',