From 956467be603b7acadbc0e1912b84816bcbfd3850 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Thu, 13 Jul 2017 22:07:35 +0200 Subject: 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 --- build/f_isoroot/f_tacker-pluginbuild/config.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build/f_isoroot') 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 -- cgit 1.2.3-korg