Merge "Restarting containerized horizon with baremetal horizon"

This commit is contained in:
Zuul 2018-11-14 22:59:36 +00:00 committed by Gerrit Code Review
commit 1b9d227e71
1 changed files with 4 additions and 0 deletions

View File

@ -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()