aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-07-13 22:07:35 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-07-13 22:09:53 +0200
commit956467be603b7acadbc0e1912b84816bcbfd3850 (patch)
tree62a0e6f7dd92ed704a7e20aa7d2444af2255d9ec
parent3098b322a167f47b647ed078cc8fc746d4e5c3be (diff)
f_tackerpluginbuild: Fix obsolete mitaka branchdanube.3.0stable/danube
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 <Alexandru.Avadanii@enea.com>
-rw-r--r--build/f_isoroot/f_tacker-pluginbuild/config.mk3
1 files changed, 3 insertions, 0 deletions
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