From 31a11a12304d8e02031c38cf919dc313425cbd80 Mon Sep 17 00:00:00 2001 From: Logan V Date: Fri, 7 Oct 2016 13:42:43 -0500 Subject: [PATCH] Set calico wheel name for py_pkgs lookup py_pkgs uses everything after the final / of the package repo for the wheel name. Since the repo URL no longer matches the wheel name for calico, we must set the calico_git_package_name var for py_pkgs to map the package correctly. Change-Id: Ia9646c9a66d7e2e63f01ceb75542668d4d8c1d85 --- defaults/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/defaults/main.yml b/defaults/main.yml index a6aef2ab..6c527e07 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -39,6 +39,7 @@ neutron_requirements_git_repo: https://git.openstack.org/openstack/requirements neutron_requirements_git_install_branch: master calico_git_repo: https://github.com/projectcalico/felix +calico_git_package_name: calico calico_git_install_branch: master networking_calico_git_repo: https://git.openstack.org/openstack/networking-calico