diff --git a/openstack/python-horizon/centos/files/horizon.init b/openstack/python-horizon/centos/files/horizon.init index 3b261b94..b0c5ad21 100755 --- a/openstack/python-horizon/centos/files/horizon.init +++ b/openstack/python-horizon/centos/files/horizon.init @@ -99,6 +99,10 @@ start() fi fi fi + + # As part of starting horizon we should kill containerized horizon so that it + # will pickup branding changes + kubectl --kubeconfig=/etc/kubernetes/admin.conf delete pods -n openstack -l application=horizon 1>/dev/null } stop()