2f89f1d020
Glance registry was deprecated in Queens and removed in Stein. This change removes glance-registry settings and templates from the glance chart. Also removed the overrides from older releases that are no longer actively supported and tested. Change-Id: I704d844b9ab96daa73ec42e29cded31fbbe3f720
15 lines
739 B
YAML
15 lines
739 B
YAML
---
|
|
images:
|
|
tags:
|
|
bootstrap: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic"
|
|
db_init: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic"
|
|
db_drop: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic"
|
|
ks_user: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic"
|
|
ks_service: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic"
|
|
ks_endpoints: "docker.io/openstackhelm/heat:ussuri-ubuntu_bionic"
|
|
glance_db_sync: "docker.io/openstackhelm/glance:ussuri-ubuntu_bionic"
|
|
glance_api: "docker.io/openstackhelm/glance:ussuri-ubuntu_bionic"
|
|
glance_metadefs_load: "docker.io/openstackhelm/glance:ussuri-ubuntu_bionic"
|
|
glance_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic"
|
|
...
|