Fix typo in archive_deleted_rows script
Change-Id: I54fd9c1a771d934172b95c899336a084815d0e56
This commit is contained in:
parent
a0db09b37b
commit
a461d591d0
@ -14,7 +14,7 @@ apiVersion: v1
|
||||
appVersion: v1.0.0
|
||||
description: OpenStack-Helm Nova
|
||||
name: nova
|
||||
version: 0.3.47
|
||||
version: 0.3.48
|
||||
home: https://docs.openstack.org/nova/latest/
|
||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png
|
||||
sources:
|
||||
|
@ -20,7 +20,7 @@ exec nova-manage db archive_deleted_rows \
|
||||
{{- if .Values.conf.archive_deleted_rows.until_completion }}
|
||||
--until-complete \
|
||||
{{- end}}
|
||||
{{- if .Values.conf.archive_deleted_rows.purge_delete_rows }}
|
||||
{{- if .Values.conf.archive_deleted_rows.purge_deleted_rows }}
|
||||
--purge \
|
||||
{{- end }}
|
||||
{{- if .Values.conf.archive_deleted_rows.all_cells }}
|
||||
|
@ -116,4 +116,5 @@ nova:
|
||||
- 0.3.45 Add configuration for nova-scheduler
|
||||
- 0.3.46 Add 2024.2 Ubuntu Jammy overrides
|
||||
- 0.3.47 Use nova-compute.conf in nova-compute-ironic
|
||||
- 0.3.48 Fix typo in archive_deleted_rows script
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user