charm-neutron-openvswitch/templates/parts/agent
James Page 85b1a9656a Ensure availability_zone set globally for agents
Inline with the neutron-gateway charm, move availability_zone
configuration to the neutron.conf configuration file to ensure
that its set consistently for all neutron agents that may be
running on the unit.

Change-Id: If9438302f8f889a1cbaf93f8a460e190e551241b
Closes-Bug: 1829537
2019-09-25 14:11:16 +01:00

4 lines
85 B
Plaintext

{% if availability_zone -%}
availability_zone = {{ availability_zone }}
{% endif -%}