diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-03-01 16:19:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-01 16:19:44 +0000 |
commit | 5f91385194cd69898cf0244ca397cc592ecef903 (patch) | |
tree | 1241c8588e126885ac0170bfaeb34591670af28f | |
parent | d452192f36bb2df0bf70b78b482aa8f5814885e3 (diff) | |
parent | 972599d177811fcfb9ba4696efd25ca2a924641f (diff) |
Merge "Update default vagrant provider."
-rw-r--r-- | bootstrap/vagrant-onap/Vagrantfile | 2 |
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', |