Use option "api_paste_config" from group "wsgi"
In masakari-engine, There is a deprecated option "api_paste_config" from group "DEFAULT". So Change to use option "api_paste_config" from group "wsgi". story: 2011107 task: 49918 Change-Id: Ia4dce929cf5d57515cf3c4f11a6441cce052dd22
This commit is contained in:
parent
1df157aa08
commit
67fa248950
@ -14,7 +14,7 @@ apiVersion: v1
|
||||
appVersion: v1.0.0
|
||||
description: OpenStack-Helm Masakari
|
||||
name: masakari
|
||||
version: 0.1.10
|
||||
version: 0.1.11
|
||||
home: https://docs.openstack.org/developer/masakari
|
||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Masakari/OpenStack_Project_masakari_vertical.png
|
||||
sources:
|
||||
|
@ -561,7 +561,6 @@ conf:
|
||||
host_failure_recovery_threads: 1
|
||||
masakari_api_workers: 1
|
||||
graceful_shutdown_timeout: 5
|
||||
api_paste_config: /etc/masakari/api-paste.ini
|
||||
keystone_authtoken:
|
||||
auth_type: password
|
||||
service_type: instance-ha
|
||||
@ -570,6 +569,8 @@ conf:
|
||||
# Connection string is evaluated though the endpoints for taskflow.
|
||||
taskflow:
|
||||
connection: null
|
||||
wsgi:
|
||||
api_paste_config: /etc/masakari/api-paste.ini
|
||||
masakarimonitors:
|
||||
DEFAULT:
|
||||
debug: False
|
||||
|
@ -11,4 +11,5 @@ masakari:
|
||||
- 0.1.8 Add helm hook to jobs-rabbitmq-init
|
||||
- 0.1.9 Enable custom annotations for Openstack pods
|
||||
- 0.1.10 Enable custom annotations for Openstack secrets
|
||||
- 0.1.11 Move api_paste_config value to wsgi
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user