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
This commit is contained in:
Logan V 2016-10-07 13:42:43 -05:00
parent d2adbdded4
commit 31a11a1230

View File

@ -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