Skip to content
Snippets Groups Projects
Unverified Commit 57a11260 authored by Christian Berendt's avatar Christian Berendt Committed by Sven Kieske
Browse files

octavia: add missing bool to the enable_octavia_jobboard parameter

Closes-Bug: #2058046
Change-Id: I9304f3546b20c0406e195163dccb1433fe802204
parent 21543fef
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ ca_certificates_file = {{ openstack_cacert }}
region_name = {{ openstack_region_name }}
endpoint_type = internal
ca_certificates_file = {{ openstack_cacert }}
{% if enable_octavia_jobboard %}
{% if enable_octavia_jobboard | bool %}
[task_flow]
persistence_connection = mysql+pymysql://{{ octavia_persistence_database_user }}:{{ octavia_persistence_database_password }}@{{ octavia_persistence_database_address }}/{{ octavia_persistence_database_name }}
......
---
fixes:
- |
Fix the Octavia jobboard boolean value.
See https://bugs.launchpad.net/kolla-ansible/+bug/2058046 for details.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment