Horizon: move to kolla 4.0.0 image

This PS moves the default horizon image to Kolla 4.0.0 - it is
backwards compatible with the 3.0.0 apis. The reason for changing is
the image iteslf is much enhanced with plugins installed for many
services: murano, designate etc that we deploy with openstack-helm.

The alternative would be producing a custom image for the project
if we wish to support these services.

Change-Id: Ib71cd27f077dd94a7ab56e621d13f0ba4ffb4e49
This commit is contained in:
Pete Birley 2017-06-21 14:44:52 -05:00
parent d37600b172
commit a77206f90c

View File

@ -20,7 +20,7 @@
replicas: 1
images:
horizon: docker.io/kolla/ubuntu-source-horizon:3.0.3
horizon: docker.io/kolla/ubuntu-source-horizon:4.0.0
dep_check: docker.io/kolla/ubuntu-source-kubernetes-entrypoint:4.0.0
pull_policy: "IfNotPresent"