Remove superfluous quote from enabled_provider_agents
At the moment we do have an extra quote for enabled_provider_agents defenition which prevents variable from properly renderring. Change-Id: I67f934d0543311d5977c997d8324374fc2b604cf
This commit is contained in:
parent
9efc5efcaa
commit
67d0df6bbd
@ -201,7 +201,7 @@ valid_interfaces = {{ octavia_clients_endpoint }}
|
||||
|
||||
{% if octavia_enabled_provider_agents | length > 0 %}
|
||||
[driver_agent]
|
||||
enabled_provider_agents = "{{ octavia_enabled_provider_agents | join(',') }}
|
||||
enabled_provider_agents = {{ octavia_enabled_provider_agents | join(',') }}
|
||||
{% endif %}
|
||||
|
||||
{% if octavia_ovn_enabled %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user