From 9ac079dd35641166e444a0e5117dd8cb5a367bd9 Mon Sep 17 00:00:00 2001 From: Roman Gorshunov Date: Thu, 21 Mar 2019 00:57:07 +0100 Subject: [PATCH] Minor: Git URI schema and URL change Change-Id: I0ec3bf08fc3f18b31ad16e7e96a2cd66605d68e4 --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 9a840c8..888020d 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -17,7 +17,7 @@ Vagrant.configure("2") do |config| node.vm.hostname = "dbtest" node.vm.provision :shell, inline: <<-SHELL #mkdir /root/deploy - #git clone git://git.openstack.org/openstack/airship-divingbell /root/deploy/airship-divingbell + #git clone https://git.airshipit.org/airship-divingbell /root/deploy/airship-divingbell git clone https://git.openstack.org/openstack/openstack-helm-infra /root/deploy/openstack-helm-infra cd /root/deploy/openstack-helm-infra ./tools/gate/devel/start.sh full