diff options
Diffstat (limited to 'bootstrap')
-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', |