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
This commit is contained in:
portdirect 2017-12-27 20:26:56 -05:00
parent a5ce4c4833
commit 6f10f2bc02

View File

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