aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/vagrant-onap
diff options
context:
space:
mode:
authorManjeet Singh Bhatia <manjeet.s.bhatia@intel.com>2018-02-28 17:45:54 -0800
committerManjeet Singh Bhatia <manjeet.s.bhatia@intel.com>2018-02-28 17:52:32 -0800
commit972599d177811fcfb9ba4696efd25ca2a924641f (patch)
treedd004472b8f22ea2f5ecf2251e669aae4f59a19f /bootstrap/vagrant-onap
parentda6600cf47f3eeec0cc55c115949f10ec066440a (diff)
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<manjeet.s.bhatia@intel.com> Issue-ID: INT-434
Diffstat (limited to 'bootstrap/vagrant-onap')
-rw-r--r--bootstrap/vagrant-onap/Vagrantfile2
1 files changed, 2 insertions, 0 deletions
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',