aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-03-01 16:19:44 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-01 16:19:44 +0000
commit5f91385194cd69898cf0244ca397cc592ecef903 (patch)
tree1241c8588e126885ac0170bfaeb34591670af28f
parentd452192f36bb2df0bf70b78b482aa8f5814885e3 (diff)
parent972599d177811fcfb9ba4696efd25ca2a924641f (diff)
Merge "Update default vagrant provider."
-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',