Add [taskflow] section for masakari.conf.j2
Closes-bug: 1966536 Change-Id: I66a0189511e4c937299442207459cf72165649dd
This commit is contained in:
parent
3f8683cccc
commit
8620a5e4fc
@ -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 }}
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
fix missing [taskflow] section in masakari.conf.j2
|
||||
`LP#1966536 <https://bugs.launchpad.net/kolla-ansible/+bug/1966536>`__
|
Loading…
Reference in New Issue
Block a user