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:
parent
a5ce4c4833
commit
6f10f2bc02
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user