From: Alexandru Avadanii Date: Thu, 13 Jul 2017 20:07:35 +0000 (+0200) Subject: f_tackerpluginbuild: Fix obsolete mitaka branch X-Git-Tag: danube.3.0 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=627d0421b854144165c53460f3828b60f053c5cc;p=fuel.git f_tackerpluginbuild: Fix obsolete mitaka branch Tacker plugin defaults to using the "stable/mitaka" branch for the Tacker Horizon dashboard project, which was meanwhile nuked upstream. Switch to using the "mitaka-eol" tag instead. Change-Id: Iacec0ebdff7327bca9c84d9433790a04acd2dc4d Signed-off-by: Alexandru Avadanii --- diff --git a/build/f_isoroot/f_tacker-pluginbuild/config.mk b/build/f_isoroot/f_tacker-pluginbuild/config.mk index 516adc7c1..77861cac3 100644 --- a/build/f_isoroot/f_tacker-pluginbuild/config.mk +++ b/build/f_isoroot/f_tacker-pluginbuild/config.mk @@ -10,3 +10,6 @@ TACKER_BRANCH?=master TACKER_REPO?="https://github.com/openstack/fuel-plugin-tacker" TACKER_CHANGE?=7068a300df0c695fb4589bf504b29cbed970ba58 + +# Tacker Horizon Dashboard override; default branch (stable/mitaka) was removed +export TACKER_HORIZON_BRANCH := mitaka-eol