From 6f10f2bc02797902fc4ccd145611a7b791fd5635 Mon Sep 17 00:00:00 2001
From: portdirect <pete@port.direct>
Date: Wed, 27 Dec 2017 20:26:56 -0500
Subject: [PATCH] Horizon: move to kolla image with bugs fixed

Horizon has used the Kolla 4.0.0 image for some time as the 3.0.3
image pushed to dockerhub had several bugs in it. The 4.0.0 image
also has a bug where the topology view is not enabled for heat.
The 4.0.0 image is based on ocata, by moving to the `ocata` tag
we can use a image where this bug has been fixed.

Change-Id: Icca1563561454c92fcebd61f14e08f1d19289d24
---
 horizon/values.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/horizon/values.yaml b/horizon/values.yaml
index 7a70ba9a73..7d97dc2979 100644
--- a/horizon/values.yaml
+++ b/horizon/values.yaml
@@ -20,9 +20,9 @@
 images:
   tags:
     db_init: docker.io/kolla/ubuntu-source-heat-engine:3.0.3
-    horizon_db_sync: docker.io/kolla/ubuntu-source-horizon:4.0.0
+    horizon_db_sync: docker.io/kolla/ubuntu-source-horizon:ocata
     db_drop: docker.io/kolla/ubuntu-source-heat-engine:3.0.3
-    horizon: docker.io/kolla/ubuntu-source-horizon:4.0.0
+    horizon: docker.io/kolla/ubuntu-source-horizon:ocata
     dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.2.1
   pull_policy: "IfNotPresent"