Merge "fix to avoid crash loop on glance clean job"
This commit is contained in:
commit
075d9957af
@ -18,11 +18,10 @@ set -ex
|
||||
{{ if .Values.bootstrap.enabled }}
|
||||
{{ range .Values.bootstrap.images }}
|
||||
{{ if .id -}}
|
||||
echo "Delete Glance Bootstrap Image..."
|
||||
openstack image delete {{ .id }}
|
||||
openstack image show {{ .id | quote }} && \
|
||||
openstack image delete {{ .id | quote }}
|
||||
{{ end -}}
|
||||
{{ end }}
|
||||
|
||||
{{ end }}
|
||||
exit 0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user