Merge "Fix notifications for Cinder"
This commit is contained in:
commit
09b453e488
@ -14,7 +14,7 @@ apiVersion: v1
|
||||
appVersion: v1.0.0
|
||||
description: OpenStack-Helm Cinder
|
||||
name: cinder
|
||||
version: 0.2.13
|
||||
version: 0.2.14
|
||||
home: https://docs.openstack.org/cinder/latest/
|
||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Cinder/OpenStack_Project_Cinder_vertical.png
|
||||
sources:
|
||||
|
@ -69,7 +69,7 @@ images:
|
||||
|
||||
jobs:
|
||||
volume_usage_audit:
|
||||
cron: "*/5 * * * *"
|
||||
cron: "5 * * * *"
|
||||
starting_deadline: 600
|
||||
history:
|
||||
success: 3
|
||||
@ -859,6 +859,7 @@ conf:
|
||||
app_name: cinder-volume
|
||||
cinder:
|
||||
DEFAULT:
|
||||
volume_usage_audit_period: hour
|
||||
resource_query_filters_file: /etc/cinder/resource_filters.json
|
||||
log_config_append: /etc/cinder/logging.conf
|
||||
use_syslog: false
|
||||
|
@ -30,4 +30,5 @@ cinder:
|
||||
- 0.2.11 Update htk requirements repo
|
||||
- 0.2.12 Remove cinder v1/v2 defaults
|
||||
- 0.2.13 Upgrade default images to ussuri
|
||||
- 0.2.14 Fix notifications
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user