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 (cherry picked from commit 67d0df6bbdedb44ae5c61175605bcb37a029d9d7)
This commit is contained in:
parent
a5593c54a5
commit
4ed72d5708
@ -201,7 +201,7 @@ endpoint_type = {{ 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