a92b6fb881
Add neutron-control interface to allow charms to send triggers to restart neutron services managed by this charm Change-Id: I0e44f7cab99db4fb9b5d2764859e16b30705e6fe
14 lines
495 B
INI
14 lines
495 B
INI
###############################################################################
|
|
# [ WARNING ]
|
|
# Configuration file maintained by Juju. Local changes may be overwritten.
|
|
# {{ restart_trigger_l3agent }}
|
|
###############################################################################
|
|
|
|
[DEFAULT]
|
|
interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
|
|
agent_mode = {{ agent_mode }}
|
|
{% if external_configuration_new -%}
|
|
gateway_external_network_id =
|
|
external_network_bridge =
|
|
{% endif %}
|