Merge "Fix notifications for Cinder"

This commit is contained in:
Zuul 2021-12-02 11:50:21 +00:00 committed by Gerrit Code Review
commit 09b453e488
3 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm Cinder description: OpenStack-Helm Cinder
name: cinder name: cinder
version: 0.2.13 version: 0.2.14
home: https://docs.openstack.org/cinder/latest/ home: https://docs.openstack.org/cinder/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Cinder/OpenStack_Project_Cinder_vertical.png icon: https://www.openstack.org/themes/openstack/images/project-mascots/Cinder/OpenStack_Project_Cinder_vertical.png
sources: sources:

View File

@ -69,7 +69,7 @@ images:
jobs: jobs:
volume_usage_audit: volume_usage_audit:
cron: "*/5 * * * *" cron: "5 * * * *"
starting_deadline: 600 starting_deadline: 600
history: history:
success: 3 success: 3
@ -859,6 +859,7 @@ conf:
app_name: cinder-volume app_name: cinder-volume
cinder: cinder:
DEFAULT: DEFAULT:
volume_usage_audit_period: hour
resource_query_filters_file: /etc/cinder/resource_filters.json resource_query_filters_file: /etc/cinder/resource_filters.json
log_config_append: /etc/cinder/logging.conf log_config_append: /etc/cinder/logging.conf
use_syslog: false use_syslog: false

View File

@ -30,4 +30,5 @@ cinder:
- 0.2.11 Update htk requirements repo - 0.2.11 Update htk requirements repo
- 0.2.12 Remove cinder v1/v2 defaults - 0.2.12 Remove cinder v1/v2 defaults
- 0.2.13 Upgrade default images to ussuri - 0.2.13 Upgrade default images to ussuri
- 0.2.14 Fix notifications
... ...