Add [taskflow] section for masakari.conf.j2

Closes-bug: 1966536
Change-Id: I66a0189511e4c937299442207459cf72165649dd
This commit is contained in:
zhangmeng 2022-07-19 15:25:31 +08:00 committed by zhangmeng9502
parent 3f8683cccc
commit 8620a5e4fc
2 changed files with 8 additions and 0 deletions

View File

@ -63,3 +63,6 @@ enable_proxy_headers_parsing = True
[oslo_policy]
policy_file = {{ masakari_policy_file }}
{% endif %}
[taskflow]
connection = mysql+pymysql://{{ masakari_database_user }}:{{ masakari_database_password }}@{{ masakari_database_address }}/{{ masakari_database_name }}

View File

@ -0,0 +1,5 @@
---
fixes:
- |
fix missing [taskflow] section in masakari.conf.j2
`LP#1966536 <https://bugs.launchpad.net/kolla-ansible/+bug/1966536>`__