95f889720c
This patch enables port_forwarding service plugin and L3 agent's extension in case of ML2/OVS environment. It don't enable it in ML2/OVN cases as networking-ovn don't support port_forwarding yet. This patch also adds NeutronL3AgentExtensions config option for Neutron L3 agent. This new option is used to enable "port_forwarding" extension on L3 agent. Change-Id: I2417f9f6a436ae7a3820e16fdf6210099807b651
9 lines
322 B
YAML
9 lines
322 B
YAML
---
|
|
other:
|
|
- |
|
|
Add "port_forwarding" service plugin and L3 agent extension to be enabled
|
|
by default when Neutron ML2 plugin with OVS driver is used.
|
|
New config option "NeutronL3AgentExtensions" is also added. This
|
|
new option allows to set list of L3 agent's extensions which should be
|
|
used by agent.
|