From 1d1f20b9b15577aa8cb8caaa47276c5f2b00abad Mon Sep 17 00:00:00 2001 From: Maxime Guyot Date: Wed, 21 Nov 2018 10:12:44 +0100 Subject: [PATCH] Fix the vpnaas-dashboard git repo URL The cgit URL is browsable but not clonable Change-Id: Iea8bae3f48eb8bbfe6f4dde7f96085337366c1f2 --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 45b3d9b9..c1498662 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -73,7 +73,7 @@ zun_dashboard_git_repo: https://git.openstack.org/openstack/zun-ui zun_dashboard_git_install_branch: master # The git source/branch for the Neutron VPNaaS UI plugin -neutron_vpnaas_dashboard_git_repo: https://git.openstack.org/cgit/openstack/neutron-vpnaas-dashboard +neutron_vpnaas_dashboard_git_repo: https://git.openstack.org/openstack/neutron-vpnaas-dashboard neutron_vpnaas_dashboard_git_install_branch: master ## The packages to build from source (used in developer mode)