c8725a6c6e
The original fix description https://review.openstack.org/#/c/541815/ Change-Id: Ifa9dca8cf634561dab0fee9a26711678a50379bf Signed-off-by: Anton Kremenetsky <akremenetsky@dev.rtsoft.ru> Closes-Bug: #1747964
14 lines
458 B
INI
14 lines
458 B
INI
###############################################################################
|
|
# [ WARNING ]
|
|
# Configuration file maintained by Juju. Local changes may be overwritten.
|
|
# {{ restart_trigger_l3agent }}
|
|
###############################################################################
|
|
|
|
[DEFAULT]
|
|
interface_driver = openvswitch
|
|
agent_mode = {{ agent_mode }}
|
|
{% if external_configuration_new -%}
|
|
gateway_external_network_id =
|
|
external_network_bridge =
|
|
{% endif %}
|