Update nova default image values

This change updates the default image values for nova from ocata
to ussuri to match the rest of the defaults.

Change-Id: I8c5c4e1cd743236b9403293e695e1c4ac096f879
This commit is contained in:
Gage Hugo 2022-04-27 10:21:09 -05:00
parent e95d8a0bcd
commit a8f1474d15
3 changed files with 5 additions and 4 deletions

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0
description: OpenStack-Helm Nova
name: nova
version: 0.2.37
version: 0.2.38
home: https://docs.openstack.org/nova/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png
sources:

View File

@ -67,16 +67,16 @@ images:
nova_cell_setup: docker.io/openstackhelm/nova:ussuri-ubuntu_bionic
nova_cell_setup_init: docker.io/openstackhelm/heat:ussuri-ubuntu_bionic
nova_compute: docker.io/openstackhelm/nova:ussuri-ubuntu_bionic
nova_compute_ironic: 'docker.io/kolla/ubuntu-source-nova-compute-ironic:ocata'
nova_compute_ironic: 'docker.io/kolla/ubuntu-source-nova-compute-ironic:ussuri'
nova_compute_ssh: docker.io/openstackhelm/nova:ussuri-ubuntu_bionic
nova_conductor: docker.io/openstackhelm/nova:ussuri-ubuntu_bionic
nova_db_sync: docker.io/openstackhelm/nova:ussuri-ubuntu_bionic
nova_novncproxy: docker.io/openstackhelm/nova:ussuri-ubuntu_bionic
nova_novncproxy_assets: 'docker.io/kolla/ubuntu-source-nova-novncproxy:ocata'
nova_novncproxy_assets: 'docker.io/kolla/ubuntu-source-nova-novncproxy:ussuri'
nova_scheduler: docker.io/openstackhelm/nova:ussuri-ubuntu_bionic
# NOTE(portdirect): we simply use the ceph config helper here,
# as it has both oscli and jq.
nova_service_cleaner: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial'
nova_service_cleaner: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic'
nova_spiceproxy: docker.io/openstackhelm/nova:ussuri-ubuntu_bionic
nova_spiceproxy_assets: docker.io/openstackhelm/nova:ussuri-ubuntu_bionic
test: docker.io/xrally/xrally-openstack:2.0.0

View File

@ -58,4 +58,5 @@ nova:
- 0.2.35 Enable taint toleration for Openstack services
- 0.2.36 Support TLS endpoints
- 0.2.37 Remove nova-placement
- 0.2.38 Update nova image defaults
...