
This commit implements the ability to utilize the openvswitch ml2 plugin instead of the linuxbrige plugin. Primarily, these changes include new/modified parameters to existing plays and a sizeable refactoring of variable names and locations within defaults/main.yml. By default, installations will continue to utilize the linuxbridge_agent; to utilize openvswitch_agent, the following is variable must be specified via user variable or some other means: neutron_plugin_type: ml2.ovs Implements: blueprint support-openvswitch Depends-On: I971df850c23f4d402f475cc50300f96bee547d46 Change-Id: Ifdeccb1166944e58a448b4cf08a679a1e67e534d
17 lines
283 B
Django/Jinja
17 lines
283 B
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
# General
|
|
[DEFAULT]
|
|
verbose = {{ verbose }}
|
|
debug = {{ debug }}
|
|
|
|
# Drivers
|
|
driver = {{ neutron_driver_metering }}
|
|
interface_driver = {{ neutron_plugins[neutron_plugin_type].driver_interface }}
|
|
|
|
# Intervals
|
|
measure_interval = 30
|
|
|
|
[AGENT]
|
|
report_interval = 30
|