diff --git a/templates/l3_agent.ini.j2 b/templates/l3_agent.ini.j2 index 3a1b74d6..9ebad700 100644 --- a/templates/l3_agent.ini.j2 +++ b/templates/l3_agent.ini.j2 @@ -50,7 +50,6 @@ vpn_device_driver = {{ neutron_driver_vpnaas }} {% endif %} {% if neutron_port_forwarding|bool %} -# Port Fowarding {% set _ = l3_agent_plugins.append("port_forwarding") %} {% endif %}